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

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

This is an Task Manger (To Do App) Back end , project to learn the most basic of CRUD && creating REST api
https://github.com/belkacemyerfa/task-manager

css expressjs html javascript mongodb mongoose nodejs

Last synced: 8 months ago
JSON representation

This is an Task Manger (To Do App) Back end , project to learn the most basic of CRUD && creating REST api

Awesome Lists containing this project

README

          

# Task-Manger

Task-Manger (ToDo App) is a simple CRUD application using NodeJS , ExpressJS , MongoDb

![Telegram-Clone](./assets/Capture%20d%E2%80%99%C3%A9cran%202023-02-25%20170703.png)

## 🎯 Main Features

✅ Creating a task

✅ Deleting a task

✅ Updating a task

✅ Check the details of a task

## âš™ Installation steps

If you want to get the full project:

```
git clone https://github.com/BelkacemYerfa/Task-Manager
npm i && npm start
```