Repository to store code, which is used at the Code Night at the "Gymnasium am Kurfürstlichen Schloss Mainz".
1.) Install all dependencies:
pip install -r requirements.txt
2.) Start the database:
docker compose up -d
3.) Start the uvicorn backend:
uvicorn main:app --reload
The reload command is used to be able to update the code and start the application automatically.
After the installation the API can be called via curl or the browser to serve the user with data or as data storage.
R. Kalleicher, [email protected]
C. Thelen, [email protected]