FlightBuddy Codetations Demo Application To set up server: From the root directory: cd server pip install -r requirements.txt python3 app.py To set up client: From the root directory: cd client npm install npm start