In this course you will learn how to create back-end for any application using Node JS, Express JS and Mongo DB.
You will learn following :-
API
• Create Rest API with Node Js
• Schedule Cron Job that will make auto entry in database
• Authenticate user with JWT
• Create Middle-ware to look up on auth process for private API
• Encrypt user’s password with bcrypt js
• Use express validator for validate data inside body of request
Database
• Create MongoDB cluster at cloud
• Create Scheama for DB
• Make DB Connection with node JS using mongoose
• Communicate with DB and execute query using Node JS