add server code

This commit is contained in:
geoffrey45
2021-12-14 09:02:02 +03:00
parent 951d58623b
commit 803c813786
14 changed files with 1680 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
export PORT=8000
export music_dir="/home/cwilvx/Music/"
export FLASK_APP=app
export FLASK_DEBUG=1
export FLASK_RUN_PORT=8008
# export music_dirs="['/home/cwilvx/Music/', '/home/cwilvx/FreezerMusic']"
flask run