A full-stack application plotting the Mandelbrot set.
Download an install the WebApp
package:
git clone https://github.com/UniExeterRSE/WebApp.git
cd WebApp
poetry install
To run the application:
poetry run uvicorn app.api.main:app --reload
Run the test harness, with code-coverage, using:
poetry run pytest --cache-clear --cov=my_library ./tests/
Build a local set of the documentation using the command:
poetry run sphinx-build -b html docs/source/ docs/build/html