This is a simple bakery website built with Flask. The site includes multiple pages such as Home, Pastries, Orders, Contact, and About Us. It demonstrates how to use Flask with templates and static files to create a multi-page web application, making it ideal for beginners learning Python web development.
flaskintro.py- Main Flask application filetemplates/- HTML templates for different pagesstatic/- CSS, images, and other static filesimg/- Images used in the website
- Make sure Python is installed.
- Install Flask if you haven't already:
pip install flask