Skip to content

TheDataMine/f2021-stat39000-project8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published