Skip to content

swayamvasavada/task-management-backend

Repository files navigation

Task Management System

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

Tech Stack

Client: React.JS

Server: Next.JS

Database: MongoDB

Getting Started

To use it, Follow the installation guide:

Prerequisites

  • Node.js
  • MongoDb Atlas || MongoDb local server

Server Installation

1. Clone Repo
 https://github.com/swayamvasavada/task-management-backend.git 
2. Install dependencies / npm pacakages
npm install
3. 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

Frontend Installation

Developers

Releases

No releases published

Packages

 
 
 

Contributors