- Create and activate virtual environment
python -m venv vevn
source vevn/bin/activate(for Unix-like systems)
-
Install dependencies
pip install -r requirements.txt
-
Create and seed the database. Run
python seed.py
-
Run project
python app.py