This is a simple CherryPy app using Bootstrap5 for the frontend.
- Install Poetry, a dependency management tool for Python:
pip install poetry- Clone this repository to your local machine:
$ cd cherrypy-bootstrap5- Install the project dependencies using Poetry:
poetry installActivate the virtual environment,
$ poetry shellStart the CherryPy server:
$ ./entrypoint.shOpen your web browser and visit http://127.0.0.1:8080 to see the app in action.