Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CourseOfAction



https://user-images.githubusercontent.com/48028572/195462790-aca666e9-45c5-49bd-b219-a034390a41b8.mp4

## Link to the deployed website:
## Link to the deployed website:

Can create an account to access functionality of website :D

https://mcsapps.utm.utoronto.ca/coa/app/dashboard

Expand Down Expand Up @@ -108,6 +108,7 @@ FLASK_APP=app FLASK_ENV=development flask run -p 8989
```

For backend deployment

```bash=3
cd backend
pip install -r requirements.txt
Expand Down