Created
July 7, 2022 16:59
-
-
Save saurav28/9808ab1c186e6990760d21967b6a248c to your computer and use it in GitHub Desktop.
Notes on the Reminder App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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