Skip to content

runway-reviews/runway-reviews-be

Repository files navigation

Runway Reviews

Tech Stack


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.

Getting Started


  1. Clone the Repository - clone this repository to your local machine
  2. Install - Navigate into the newly cloned repository and install the dependencies.
    pip install django
    pip install djangorestframework
    pip install -r requirements.txt
    
  3. Set up a virtual environment - Go to your project directory and create a virtual environment.
    python3 -m venv .venv
    
  4. Activate the virtual environment
    . .venv/bin/activate
    
  5. Run migrations
    python manage.py migrate
    
  6. Start the Django server
    python manage.py runserver
    

API Endpoints


The base url for the following endpoints is

https://runwayreviewsbe-4165084ad9d0.herokuapp.com

Airports

/airports

Users

/users

Reviews

/reviews

Collaborators

Front-End : Emalee Poellot | Zen Mcmillan | Amy Siu

Back-End: Justin Lee | Brendan Bondurant | Blake Sergesketter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published