Skip to content

RolandStuder/cas-fee-project-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project One for CAS Fronent-Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published