Web API for Worxstr
-
Python virtual environment
- Create a new virtual environment
python -m venv env
- Activate the environemnt
source env/bin/activate
- Install packages
pip install -r requirements.txt
-
Ensure that the vue server is still running on port 8080
-
Run the server
- Open a new terminal to the repository root directory
- Run flask
FLASK_APP=application.py flask run