aboutsummaryrefslogtreecommitdiff
path: root/run_senior.bat
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 12:44:59 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-16 12:44:59 +0200
commit66dc1feac6dc17a4d79815f59625fbf114c147ba (patch)
tree5f37f04a5f1de63c6e43a95962b8c1399e6bf741 /run_senior.bat
parentf6f8cb4f1bf643a8d29f917d5c977cb2343f2672 (diff)
Added the batch scripts and the variable change for the app setting
Diffstat (limited to 'run_senior.bat')
-rw-r--r--run_senior.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_senior.bat b/run_senior.bat
new file mode 100644
index 0000000..65b5e41
--- /dev/null
+++ b/run_senior.bat
@@ -0,0 +1,4 @@
+SET "DATABASE=database_senior.csv"
+SET "APP_SETTINGS=config.ProductionConfig"
+call .venv\Scripts\activate
+call flask run -p 3000 \ No newline at end of file