Skip to content

UniExeterRSE/WebApp

Repository files navigation

WebApp

A full-stack application plotting the Mandelbrot set.

Mandelbrot image

Installation

Download an install the WebApp package:

git clone https://github.com/UniExeterRSE/WebApp.git
cd WebApp
poetry install

Running

To run the application:

poetry run uvicorn app.api.main:app --reload

Testing

Run the test harness, with code-coverage, using:

poetry run pytest --cache-clear --cov=my_library ./tests/

Documentation

Build a local set of the documentation using the command:

poetry run sphinx-build -b html docs/source/ docs/build/html

Releases

No releases published

Packages

No packages published

Languages