A task manager REST API complete with user accounts and authentication
https://singhrao-task-manager.herokuapp.com/
- JWT Authentication
- CRUD Operations in MongoDB
- File and image uploads
- Email sending
- RESTful Api
Install dependencies
npm install
Run
npm run dev
Server: NodeJs, Express
Database: MongoDB
External Apis: Mailgun-Api
To run this project, you will need to add the following environment variables to your config/dev.env folder
"PORT": '3000'
"MAILGUN_API_KEY": 'jgkjsldkjl'
"MAILGUN_DOMAIN": 'jalkgjklda'
"JWT_SECRET": 'jdskgjka'
"MONGODB_URL": 'kgjaslkdjgl'