DO NOT use this branch. Only meant for merging through PRs.
| Name | CCID | |
|---|---|---|
| Advi Islam | sahi2 | sahi2@ualberta.ca |
| Alex Ho | amho | amho@ualberta.ca |
| Excel Ojeifo | eojeifo | eojeifo@ualberta.ca |
| Hoang Nguyen | hhn1 | hhn1@ualberta.ca |
| Selena Chainani | chainani | chainani@ualberta.ca |
| Shahmeer Rahman | syedsha2 | syedsha2@ualberta.ca |
| Yaatheshini Ashok Kumar | yaathesh | yaathesh@ualberta.ca |
Dept. of Computing Science
| Name | |
|---|---|
| Russ Greiner | rgreiner@ualberta.ca |
| Nasimeh Asgarian | asgarian@ualberta.ca |
| Name | |
|---|---|
| Amir Salimi | asalimi@ualberta.ca |
-
NEVER TOUCH the gh-deploy branch
-
Edit the md files to edit the documentation, commit changes to git, then run
mkdocs gh-deploy -
Check
https://ualberta-cmput401.github.io/f25project-DeptofComputingScience/ -
Clone and setup
cd isd python -m venv .venv source .venv/bin/activate # On macOS/Linux pip install -r requirements.txt
-
Run the application
python manage.py migrate python manage.py runserver 8000
-
Deploy frontend
cd frontend- Create .env.local file containing:
VITE_API_BASE_URL=http://localhost:8000 VITE_AUTH_MODE=real
npm install npm run dev