Skip to content

Mats914/python-with-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-with-flask 🧁 Flask Bakery Website

📌 Description

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.

📁 Project Structure

  • flaskintro.py - Main Flask application file
  • templates/ - HTML templates for different pages
  • static/ - CSS, images, and other static files
  • img/ - Images used in the website

🚀 Getting Started

  1. Make sure Python is installed.
  2. Install Flask if you haven't already:
    pip install flask

About

Flask Bakery Website – multi-page Python web app with templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors