This commit is contained in:
2025-11-27 11:59:36 +01:00
parent 39f8b87743
commit 558a4c30f7
15 changed files with 1525 additions and 0 deletions

3
fastprod_backend/start.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
export FLASK_APP=fastprod/api.py
pipenv run flask run --host=0.0.0.0 --port=5000