This repo contains a Flask app under Blue_Berry_Ice_Cream/ with Jinja templates and static assets.
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cd Blue_Berry_Ice_Cream
gunicorn -w 2 -b 0.0.0.0:8000 products:products
# open http://localhost:8000- Dashboard → New + → Web Service → Build with Blueprint → Select your repo.
- Render will read
render.yaml. - Confirm the service; first deploy may take a minute.
- After deploy, open the service URL.