Todo List App is a Node.js application built with Express.js and MongoDB. It includes user authentication with JWT, password hashing with Bcrypt, and uses Mongoose for MongoDB object modeling.
- Node.js
- Express.js
- MongoDB
- Mongoose
- Bcrypt (for password hashing)
- JWT (JSON Web Tokens) for authentication
- User authentication (register, login)
- Secure password hashing
- CRUD operations for todo lists and tasks
- RESTful API endpoints
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yogadep/todo-list-app.git cd todo-list-app