Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 584 Bytes

RHoKGreenpeace-Webservice

Compile Coffeescript to Javascript:

coffee -c -o . .

Compile SASS to CSS

compass compile

Start server:

node server.js

####/events/list Loads the list displayed in the native Android app

####/events/

TODO:

  • Native app to recieve messages from the server
  • Native app to display notifications based on location
  • Native app to sync data
  • Better backend (c RUD)
  • Security (Sanitization and validation, CSRF!!!!!)
  • Database indecies
  • Images added to each event
  • Social media integration (FB Graph API)