Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azharul122/task-management-backend


https://github.com/azharul122/task-management-backend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Installation:

1. Clone the Repository:

```bash
git clone https://github.com/Azharul122/task-management-backend.git
cd your-repository

2. install all depedency:
```bash
npm install
```

3. MongoDB URI Configuration:
Create a .env file in the root directory and add your MongoDB sensitive documents:
```bash
DB_USER=your_mongodb_database_user
DB_KEY=your_mongodb_database_password

```
4. Install nodemon globally
```bash
npm install -g nodemon
```
5. Start dev server
```bash
nodemon index.js
```