-
download the python 3.11 or higher version
-
open the powershell to run command followed(only run in your first startup):
python -m venv .venv . .venv/bin/activate pip install -r requirements.txt -
run command
python app.pyto run the service -
open the browers with url
localhost:8080
-
download the python 3.11 or higher version
-
open the powershell to run command followed(only run in your first startup):
python -m venv .venv .venv/Scripts/Activate.ps1 pip install -r requirements.txt
-
run command
python app.pyto run the service -
open the browers with url
localhost:8080
If you want to update or create a new table or dbffile, please move the file into data folder and restart the servcie.