Skip to content

allenapplehead/flight-studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight Studio

With COVID restrictions lifting, more and more people are starting to travel once again. However, the pandemic made us forget the frustrating and time-consuming ordeal of comparing flight offers from different websites. Our group was inspired by the idea of a one-stop experience that made searching for flights easy and even fun. Thus, Flight Studio was born.

Demo

This is the instruction to run Flight Studio

Getting Started

Before you get started, you should do all the set up first

Front End

  1. Source into the frontend folder, then yarn add all the packages in package.json
cd frontend
yarn
  1. Run your website
yarn run dev

Front End

  1. Before you jump into backend, remember to have virtualenv installed
  2. Source into the backend folder, then initialize the python environment
cd ../backend
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • Python 22.5%
  • CSS 8.2%
  • Dockerfile 3.9%
  • Shell 0.1%