LookBook website where you can find makeup looks and the products used to create them set up env: python3 -m venv .venv source venv/bin/activate pip install Flask Flask-SQLAlchemy to run: python3 app.py