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
- Host: GitHub
- URL: https://github.com/belkacemyerfa/task-manager
- Owner: BelkacemYerfa
- Created: 2023-02-25T14:53:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T07:00:15.000Z (over 1 year ago)
- Last Synced: 2025-01-20T08:19:26.603Z (over 1 year ago)
- Topics: css, expressjs, html, javascript, mongodb, mongoose, nodejs
- Language: CSS
- Homepage:
- Size: 216 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-Manger
Task-Manger (ToDo App) is a simple CRUD application using NodeJS , ExpressJS , MongoDb

## 🎯 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
```