Basic API design with nodejs and Mongoose
This is a Simple WEB API developed in Nodejs and Mongoose to Learn Understand How the API flow works This Mini API project helps beginners to understand the flow of any web service that how they've implemented.
To User it Simply Download copy of that files put it into any directory that you want create a Mongodb document Run the mongo server Start command prompt and run NODEMAN app.js Before you start make sure you have NPM installed on your Computer. Additionally You can Add chrome extension POSTMAN to send post/get/put/delete request direct to the API.