Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhijitsarker/task-manager


https://github.com/abhijitsarker/task-manager

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

## Task Manager

This is a simple Task Managing Crud App Built with NodeJS, ExpressJS, MongoDB(Mongoose).

## Installation Process

1. **Clone the repository:**

```bash
git clone https://github.com/AbhijitSarker/task-manager.git
```

2. **Install dependencies:**

```bash
cd task-manager
npm install
```

3. **Create a .env file:**

Create a `.env` file in the root of your project and add the following information:

```
MONGOOSE_URI=your_mongodb_connection_uri
DB_NAME=your_DB_name
```

Replace `your_mongodb_connection_uri` with your MongoDB connection URI.
Replace your db name with your desired database name.

4. **Start the server:**

```bash
npm start
```

Access the application in a web browser at `http://localhost:3000`.

## API Documentation

Follow the link to read the API Documentation
https://documenter.getpostman.com/view/25451925/2s9YeEdsXN#77d3c30c-6815-432c-82f0-a10a7719712a