Skip to content

manasmodak/FullStack_Nodejs_Mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a node app, which uses mongo db to get and insert books. This is to showcase how quickly a node server can be built to talk to real database

/books -> GET get all the books from mongodb'library' data base and 'books' collection /book -> POST { "title":"NodeJS1", "author":"Node Publication" } insert a new obook

/books/authorName -> GET filter book list by author name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published