BenHesketh21 / nbs-challenge-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBS Challenge 3 with changes

App

Environment

To use the app you need to make sure the requirements are installed. It is best to do this in a virtual environment OR use a Docker container.

Venv

sudo apt update && sudo apt install python3-pip python3-venv -y
python3 -m venv venv
. ./venv/bin/activate

Testing

Then you can run the tests. This can only be done if the dependencies in requirements.txt are installed.

# In the root of the project
pytest

Running

Or you can run the app.

python3 app.py

About


Languages

Language:Python 57.4%Language:Shell 30.0%Language:Dockerfile 12.6%