Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 273 Bytes

File metadata and controls

18 lines (13 loc) · 273 Bytes

Setting Up the Project

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