/Task-Manager-API

task manager API built using NodeJS & Express & MongoDB

Primary LanguageJavaScript

Task Manager

Simple API that has basic CRUD operations (Create, Read, Update, and Delete) for managing tasks.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Also, You need to read the API Documentation.

Prerequisites

  • Download and install Nodejs
  • A web browser (e.g. Google Chrome, Mozilla Firefox, Microsoft Edge)
  • A text editor (e.g. Visual Studio Code, Sublime Text)
  • A platform for testing APIs like Postman

Installing

  1. Clone the repository to your local machine:
https://github.com/Diab16/Task-Manager-API.git
  1. Install required packages npm install
  2. Configure the environment variables, such as the database URL.
  3. npm run build then npm run start or use npm run dev.

Tools & Technologies

  • JavaScript
  • Nodejs
    • Express.js
  • MongoDB
  • Mongoose (ODM)