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