Python - The project is developed with Python 3.12.1. Ensure that Python and pip (Python's package installer) are in your system's PATH.
Django REST Framework - This was used to ensure a scalable and secure connection between the front and backend services.
- Clone the Repository - clone this repository to your local machine
- Install - Navigate into the newly cloned repository and install the dependencies.
pip install django pip install djangorestframework pip install -r requirements.txt
- Set up a virtual environment - Go to your project directory and create a virtual environment.
python3 -m venv .venv
- Activate the virtual environment
. .venv/bin/activate
- Run migrations
python manage.py migrate
- Start the Django server
python manage.py runserver
The base url for the following endpoints is
https://runwayreviewsbe-4165084ad9d0.herokuapp.com
Airports
/airports
Users
/users
Reviews
/reviews
Front-End : Emalee Poellot | Zen Mcmillan | Amy Siu
Back-End: Justin Lee | Brendan Bondurant | Blake Sergesketter