Skip to content

Instantly share code, notes, and snippets.

@saurav28
Created July 7, 2022 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurav28/9808ab1c186e6990760d21967b6a248c to your computer and use it in GitHub Desktop.
Save saurav28/9808ab1c186e6990760d21967b6a248c to your computer and use it in GitHub Desktop.
Notes on the Reminder App
Requirements
1. List Reminders
2. CRUD Reminders
3. User sets a reminder
Reminder Object
1. Name
2. Time
3. Repeat
4. Frequency
5. Status
6. User_id
Tech Stack
1. Spring Boot
2. JPA
3. HANA Cloud/PostgreSQl
4. UI -
Process
1. Create Reminder Rest Controller
2.
Open Points
1. How login will be handled
2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment