Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 304 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 304 Bytes

note-api

nodejs restful api

required :

nodejs with npm on your local machine .
run mongodb server on : localhost:27017 .

install

npm install

run test

npm test

run api

open directory in command prompt or terminal.
then run this command

node index.js