This Todo App is based on Authentication by bcrypt module and uses MongoDB
to store List of Todos.
Just Login to Todo App by visiting Todo-App
Add Your Daily Todo List!! Thats all!
And Don't Forget To Close the window After Logging Out.
Once You login with your credentials, if you are:
- New User : Creates a new user data with empty list and adds to database and logs you in.
- Existing User : Checks the credentials entered by you and logs you in if the credentials match and shows the
Username already exists
message if the username exists in database.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.