Skip to content

A Spring Boot Application in which, users, after signing up, can perform CRUD operations on Todo Events

Notifications You must be signed in to change notification settings

SujanKumarMitra/TodoApp_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo TodoApp

A Spring Boot Application in which, users can perform CRUD operations on Todo Events.
Link: Heroku OR https://skm-todo-app.herokuapp.com/

Features

  1. Users can signup using a unique email, which needs to be verified.
  2. Users can create Todos and it will be sorted under categories like Upcoming, Completed, Missed.
  3. If a user forgets his/her password, he/she can request for password recovery.
  4. User can update their profile info given during the time of account creation.
  5. If a user wishes to delete their profile,
    1. He/She can submit a delete request.
    2. An email confirmation will be sent for extra authentication.
    3. Then the user's account (along with their data) will be permanently deleted.

To run

  1. Import the project in your ide.
  2. Fill up the appropriate credentials mark like <> in src/main/resources/application.properties
    1. DataSource Configurations
    2. Email Account Details (You need to allow less sceured app access)
    3. If your don't want email verification, then use Version 0.1 commit
  3. Run the project

About

A Spring Boot Application in which, users, after signing up, can perform CRUD operations on Todo Events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages