This project is a simple TodoList application. You can register and login with your credentials, or use your Google account. It is possible to add, edit and delete your tasks. They are stored in MongoDB NoSQL database as well as the user credentials, and we are using Express perform HTTP methods in our application. For registration, we use Passport local and Google. View engine for this project is EJS. All passwords are encrypted with bcrypt to maintain the security of our app.
Comments (0)