“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.

The source code is available here.

Built with

How to run the program

Python, Django and Django Rest Framework are required to run the project

  1. Clone the repository and open a terminal under the directory /Get-Ready-for-University/gru
  2. Run py manage.py runserver on Windows or python3 manage.py runserver on Linux/macOS X
  3. Open a browser tab and go to http://127.0.0.1:8000/

Example Username: test2 Password: cpsc471

API Documentation

Postman Documenter