mukeshp004/node-rest-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the tutorial for rest api for fetching the book Data. mongo bookAPI < book.json.js Terminal command for mongoDB ------------------- show dbs show collections use [ db ] db.books.find() db.books.drop() db.books.find().pretty()