juggl/backend/README.md

10 lines
260 B
Markdown
Raw Normal View History

2021-12-21 21:00:58 +01:00
# Juggl API
2021-12-21 22:45:28 +01:00
This is the new Juggl API created with FastAPI as http framework and SQLModel as ORM.
2021-12-21 21:00:58 +01:00
2021-12-21 22:45:28 +01:00
The documentation is split in several files for better structure.
2021-12-21 21:00:58 +01:00
2021-12-21 22:45:28 +01:00
Table of Contents:
2021-12-21 21:00:58 +01:00
2021-12-21 22:45:28 +01:00
- [Installation](docs/installation.md)
- [Guidelines](docs/guidelines.md)