Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azharul122/task-management-backend
https://github.com/azharul122/task-management-backend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/azharul122/task-management-backend
- Owner: Azharul122
- Created: 2024-03-02T11:05:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:21:33.000Z (10 months ago)
- Last Synced: 2024-03-02T12:29:26.946Z (10 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation:
1. Clone the Repository:
```bash
git clone https://github.com/Azharul122/task-management-backend.git
cd your-repository2. 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
```