Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 620 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 620 Bytes

Simple todo/notetaking tool for the CAS FEE

  • Data is stores in a simple textfile.
  • Uses only core node modules.
  • 3rd party libraries: Handlebars and jQuery

Running instructions

Server: Node working directory should be set to /server. Then run main.js.

App: Start with http://localhost:3000/

App is tested with IE 11 and Chrome 43.

Note API

The note tool exposes the following API:

GET /notes - Returns an JSON array of notes 
GET /notes/12 - Returns the note with the corresponding ID as JSON
POST /notes - Creates a new note
PUT /notes/12 - Overwrites a note with the new data