Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 644 Bytes

Project 8

Setup

  1. Clone the repository into your $HOME directory.
%%bash

cd $HOME
git clone git@github.com:TheDataMine/f2021-stat39000-project8.git
  1. Now, install the packages into a virtual environment.
%%bash

module unload python/f2021-s2022-py3.9.6
cd $HOME/f2021-stat39000-project8
poetry install
  1. Finally in order to run the server, run the following from within your $HOME/f2021-stat39000-project8 directory.
poetry run uvicorn app.main:app --reload

Now, this will most likely fail. Read the instructions from the project to get this working for project 8!