frontend/README.md

12 lines
671 B
Markdown
Raw Permalink Normal View History

2020-05-11 09:10:07 +00:00
## Meeting Planner Frontend
Meeting Planner helps you find the best time to schedule a meeting across several timezones.
It's based on the availibity of all participants for specific days.
2023-07-31 13:34:13 +00:00
- [Documentation](https://git.ruihildt.xyz/meeting-planner/documentation)
- [Backend](https://git.ruihildt.xyz/meeting-planner/backend)
2020-05-11 09:10:07 +00:00
# Backend architecture
2023-07-31 13:34:13 +00:00
- [API endpoints](https://git.ruihildt.xyz/meeting-planner/documentation/src/branch/master/api-documentation.md)
2020-05-11 09:10:07 +00:00
- [Database design](https://dbdiagram.io/d/5e769ab14495b02c3b88936f)
2023-07-31 13:34:13 +00:00
- [Flowchart](https://app.diagrams.net/#Uhttps://git.ruihildt.xyz/meeting-planner/documentation/raw/branch/master/meetingscheduler.drawio)