Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 399 Bytes

bottle-app

  1. Setup Python Environment

Create a virtual environment,

$ python -m venv .venv

Install Python packages

$ pip install -r requirements.txt

which contains the bottle framework.

  1. Start the Appliction

Run the following command to run the application,

$ python run.py

Then visit this address: http://localhost:8080/