Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

stami/nootti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nootti

The note taking app.

screenshot

Install

Nootti requires Node and MongoDB to be installed.

Install packages and dependencies

$ bower install

and

$ npm install

Usage

Start MongoDB $ mongod

Run the app $ node server.js

Head to http://localhost:8080

API specs

Nootti REST api

Route HTTP verb Description
/api/notes GET Get all sorted by updated_at
/api/notes POST Create new note
/api/notes/:id GET Get all data of a note
/api/notes/:id PUT Update note (auto save)
/api/notes/:id DELETE Delete a note

About

The note taking app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published