A node-express api server with Authentication setup
Low level request handling - ['HTTP Module']
Routing,Server logic - ['Body Parser','Morgan','Express']
Database - ['Mongoose','MongoDB']
Authentication - ['Bcrypt-Node','Passport-JWT','Passport-Local','Passport']
Also, vs code debugging enabled.
1. Add your Mongo Db connection string in index.js file.
1.Add a break point
2.Then select to node process from vs code debug section have --inspect attached to it.