- Clone the repository:
git clone https://github.com/UpEight/be-nc-final-project
cd be-nc-final-project
- Create a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the web server:
python3 -m run_service