This commit is contained in:
2022-11-17 21:02:53 +03:00
commit 8442294982
7 changed files with 379 additions and 0 deletions

8
backend/scripts/runserver.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set echo off
export FLASK_APP=backend
export FLASK_DEBUG=true
flask run