init commit

This commit is contained in:
2023-08-10 12:27:18 +08:00
commit 56f93165ba
21 changed files with 457 additions and 0 deletions

5
.apiflaskenv Normal file
View File

@@ -0,0 +1,5 @@
FLASK_APP=starter:app
FLASK_RUN_HOST="127.0.0.1"
FLASK_RUN_PORT=5000
# production or development etc.
FLASK_DEBUG=production