Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajput-vinay/backend-app-todo-app
https://github.com/rajput-vinay/backend-app-todo-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajput-vinay/backend-app-todo-app
- Owner: Rajput-vinay
- Created: 2024-01-06T08:20:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T08:23:26.000Z (10 months ago)
- Last Synced: 2024-01-06T09:22:00.196Z (10 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App Backend
## Overview
The backend for the To-Do App is built using Node.js and Express. It provides API endpoints to manage tasks, allowing users to create, read, update, and delete their to-do items. MongoDB is used as the database, and Mongoose is used as the Object Data Modeling (ODM) library.## Features
- **CRUD Operations**: Create, Read, Update, and Delete to-do tasks.
- User authentication and authorization (optional).
- Task management with status updates (e.g., completed, pending).
- RESTful API design.
- Support for multiple users (optional).
## Technologies Used
- **Backend**: Node.js, Express.js
- **Database**: MongoDB (via Mongoose)