Setting Up the Project Run the command pip install flask requests beautifulsoup4 selenium Seed your database with some starter data with the command python db/seed_data.py Start the program with the command python app.py