Skip to content

amihajlovski/BasicApiSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes api

This is basic api for posting and showind notes made using NodeJS аnd MongoDB.

Routes are:

// Get all notes [GET] : [server-url]/api/notes

// Get specific note [GET] : [server-url]/api/note/:id

// Add new note [POST] : [server-url]/api/notes/new

// Delete note [GET] : [server-url]/api/notes/delete/:id

About

NodeJS basic api setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages