diff --git a/documentation/README.md b/documentation/README.md new file mode 100644 index 0000000..bce18b4 --- /dev/null +++ b/documentation/README.md @@ -0,0 +1,20 @@ +# Dokumentation + +## API +- `api/openapi.json` + - OpenAPI-Dokumentation + - von APIFlask generiert + - kann in Postman importiert werden +- `api/postman.json` + - Postman Collection + +## Database +- `database/structure_database.pdf` + - Relationales Modell der Datenbank +- `database/structure_database.uxf` + - Relationales Modell der Datenbank + - Source Datei des Modells + +## Requirements +- `requirements/2022-03-15 Anforderungen an Projekt.pdf` + - Anforderungen an dieses Projekt \ No newline at end of file diff --git a/documentation/database/README.md b/documentation/database/README.md deleted file mode 100644 index 26568bd..0000000 --- a/documentation/database/README.md +++ /dev/null @@ -1 +0,0 @@ -This is the database folder