⚠️ This project is archived. The website is no longer actively maintained.
unsw.co was a community-driven course review platform for UNSW students, primarily serving Chinese-speaking postgraduate and undergraduate students in the CSE faculty.
All course comments have been migrated to GitHub Issues for preservation:
| Label | Description |
|---|---|
CSE-Postgrad |
CSE Postgraduate Coursework courses |
CSE-Undergraduate-Courses |
CSE Undergraduate courses |
UEEC |
University English Entry Course |
- 65 courses with at least one review
- 129 comments migrated, preserved with original author, date, and likes
Add keys.py to the rango/ directory:
BING_API_KEY = ""
G_EMAIL_KEY = ""
ME_EMAIL_KEY = ""Install dependencies from the root directory:
pip install -r requirements.txtcd rango
python manage.py runserver 8001Open http://127.0.0.1:8001/ in your browser.