[~] README.md

This commit is contained in:
charleslemaux 2024-06-30 17:58:29 +01:00 committed by GitHub
parent 892a884c4f
commit 4bc519f50e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,11 @@ gunicorn -w 4 -b 0.0.0.0:3000 app:app
```
## Documentation
[Documentation] is in building state.
The API's {[Documentation]} is now complete !!
This project is self documented and ready to understand.
Start reading at app.py, and even if the rest isn't that self explainatory, read the "generic_executor.py' file to understand how everything globally works.
[Documentation]: https://api.servii.fr/doc
[Documentation]: https://www.servii.fr/api-docs/
## Development