This is a basic app made with MERN tech stack. It performs basic CRUD operations to create, edit, delete and update data in database.
This is this app's frontend for backend repo please follow this link : https://github.com/1010varun/task-manager-frontend
To run this app in local system follow these steps :
- npm i
- create a new .env file with contents : 1. MONGO_URI : contains your database url 2. ACCESS_TOKEN_SECRET : contains your access token secret key 3. REFRESH_TOKEN_SECRET : contains refresh token secret key
- npm start