Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhistiak3/expressjs-mongodb-todo-api
https://github.com/mhistiak3/expressjs-mongodb-todo-api
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhistiak3/expressjs-mongodb-todo-api
- Owner: mhistiak3
- Created: 2024-07-18T08:02:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-27T09:48:04.000Z (4 months ago)
- Last Synced: 2024-07-27T10:53:27.436Z (4 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressJs-MongoDB-Todo-API
A simple Todo API built with Express.js and MongoDB, featuring user authentication with JWT and bcrypt.
## Features
- User authentication with JWT
- Create, read, update, and delete todo items## Technologies Used
- Node.js
- Express.js
- MongoDB
- Mongoose
- JWT (jsonwebtoken)
- bcrypt## Getting Started
### Prerequisites
- Node.js
- MongoDB### Installation
1. Clone the repository:
```sh
git clone https://github.com/mhistiak3/ExpressJs-MongoDB-Todo-API.git