Summary
A simple web app to write your daily diary, and save i
Elements
- Users should be able to log in
- Able to write their diary in markdown
- Save it and see other diaries
- Able to search for a particular part
Possible users journey
- Users able to login to a website
- See past diary
- For a particular day, the user can write one diary
- They can also go through the past diary
- Search through the diary
Acceptance criteria
- Should be able to log in
- Write a diary for a day in markdown
- Should be able to see my past write-ups
Needed Tech
- Basic DB operations
- A small server setup using flask or Django or Fastapi