Skip to content

joel3500/Blue_Berry_Ice_Cream

Repository files navigation

Blue Berry Ice Cream — Deployment Guide (GitHub + Render)

This repo contains a Flask app under Blue_Berry_Ice_Cream/ with Jinja templates and static assets.

3) Test locally (optional)

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

5) Deploy on Render

  • Dashboard → New +Web ServiceBuild 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.

About

Petit site web e-commerce. Selon les exigences du prof. on ne peut commander qu'un seul prod. La partie 2 du projet est beau plus complete, mais vu que c'est en ligne, et que les étudiants du cours peuvent tomber dessus, j'ai préféré déployer uniquement cette version 1.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors