- Setup Python Environment
Create a virtual environment,
$ python -m venv .venv
Install Python packages
$ pip install -r requirements.txt
which contains the bottle
framework.
- Start the Appliction
Run the following command to run the application,
$ python run.py
Then visit this address: http://localhost:8080/