Task Manager

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

Installation Process

  1. Clone the repository:

    git clone https://github.com/AbhijitSarker/task-manager.git
  2. Install dependencies:

    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:

    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