- A ToDo app deployed on Heroku.
- The application allows users to add, update and delete their tasks.
- The application has Sign-up and Log-in functionality and uses JWT and Cookies for authentication.
Project link: https://todo-nodejs-project.herokuapp.com
- HTML
- EJS
- JavaScript
- NodeJS
- Express.js
- Mongoose
- MongoDB
NodeJS version: 14.16.1
MongoDB version: 4.4.2
- Clone this repository by typing
git clone https://github.com/AnshulPandey-01/Todo-Application.git
in VS Code terminal. - Then type
npm i
to initialize project. - Type
npm start
to run the application. - Open browser and type
http://localhost:3003/
Register Log In Create, View, Update, and delete ToDo Mutli-user