Skip to content

OIgaB/TODO-backend

Repository files navigation

TODO-backend

Your personal task manager

TODO-backend is a backend system designed for the Task organizer. The project is built using Node.js, employing the Express.js framework to implement the API and Mongoose for convenient interaction with the MongoDB database.

The backend facilitates CRUD (Create, Read, Update, Delete) operations for tasks. Each task comprises a title, description, priority, and execution status.

Features

  • Create: Add new task

Alt text

  • Delete: Remove task by id

Alt text

  • Update: Modify existing task by id

Alt text

Alt text

  • Read: Retrieve all tasks or task by id

Alt text

Alt text

Data in the MongoDB

Alt text

Data in a browser

Alt text

Technologies Used

Deployment

The project has been deployed on Versel.