Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 511 Bytes

choate-homework-survey

A weekly or biweekly survey meant to collect the amount of homework assigned by Choate classes.

Installation and Running

Clone this repository using this command

git clone https://github.com/ChoateProgrammingUnion/choate-homework-survey

Install the required dependecies using this command

pip install -r requirements.txt

Run the app using

uvicorn main:app --reload

Go here to see the docs when the application is running