Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 629 Bytes

File metadata and controls

40 lines (25 loc) · 629 Bytes

cherrypy-bootstrap5

This is a simple CherryPy app using Bootstrap5 for the frontend.

Development Environment Setup

  1. Install Poetry, a dependency management tool for Python:
pip install poetry
  1. Clone this repository to your local machine:
$ cd cherrypy-bootstrap5
  1. Install the project dependencies using Poetry:
poetry install

Spinning up the Development Environment

Activate the virtual environment,

$ poetry shell

Start the CherryPy server:

$ ./entrypoint.sh

Open your web browser and visit http://127.0.0.1:8080 to see the app in action.