"Get Ready for Uni" is an application that assists students who desire to pursue post-secondary education in North America with a full collection of university information. It also provides RESTful API services for developers to add, update and delete relevant data via HTTP requests.
Python, Django and Django Rest Framework are required to run the project
- Clone the repository and open a terminal under the directory
Get-Ready-for-University/gru
- Run
py manage.py runserver
on Windows orpython3 manage.py runserver
on Linux/macOS X - Open a browser tab and go to
http://127.0.0.1:8000/
Example Username: test2 Password: cpsc471