- General Info
- Technologies
- setUp
- Sources
Simple task Manager Where we login/logout add and remove task.If we are not active for a while then it automatically logout. provide hash password so that our privacy maintain.
- NodeJS
- Database-MongoDB
- JWT-For authorization , Token
- Mongoose -for making Schema,connecting to database
$ cd client
$ npm install
$ npm start
Sources
This App is Created in Guidance of Udemy Instructor Andrew Mead.I learn a lot concept of NodeJs,security,authentication.