This project facilitates efficient task management, allowing for the creation and organization of tasks while distinguishing between incomplete and completed ones.
The implementation involved utilizing technologies such as React.JS, Next.JS and MongoDB
Client: React.JS
Server: Next.JS
Database: MongoDB
To use it, Follow the installation guide:
- Node.js
- MongoDb Atlas || MongoDb local server
1. Clone Repo
https://github.com/swayamvasavada/task-management-backend.git 2. Install dependencies / npm pacakages
npm install3. Create .env file in root directory
4. Determine using MongoDb Atlas or MongoDb local server
5. Create Enviornment variable 'MONOGDB_URI' and set its value
-
For using atlas Visit Atlas
-
For using local server set MONOGDB_URI to mongodb://localhost:27017
6. Start the app
npm run dev