How to make NodeJS MongoDB REST APIs for CRUD operations
We’ll use NodeJS Express framework for developing the web-interaction part and Mongoose for saving data to MongoDB. We’ll be saving just two details name, and email of a user. Since I’ll be logging in users with their email id only which is validated by Facebook in Facebook Social Login. Install NodeJS and make a folder where… Read More »