juggl/backend/README.md

11 lines
289 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)
2021-12-23 18:00:06 +01:00
- [Guidelines](docs/guidelines.md)
- [Testing](docs/testing.md)