A Spring Boot Application in which, users can perform CRUD operations on Todo Events.
Link: Heroku OR https://skm-todo-app.herokuapp.com/
- Users can signup using a unique email, which needs to be verified.
- Users can create Todos and it will be sorted under categories like Upcoming, Completed, Missed.
- If a user forgets his/her password, he/she can request for password recovery.
- User can update their profile info given during the time of account creation.
- If a user wishes to delete their profile,
- He/She can submit a delete request.
- An email confirmation will be sent for extra authentication.
- Then the user's account (along with their data) will be permanently deleted.
- Import the project in your ide.
- Fill up the appropriate credentials mark like <> in src/main/resources/application.properties
- DataSource Configurations
- Email Account Details (You need to allow less sceured app access)
- If your don't want email verification, then use Version 0.1 commit
- Run the project