Skip to content

script-writer/flask-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Website

A simple website built with Flask, featuring a home page, founder page, and products page.

Features

  • Responsive design
  • Multiple pages using Flask routing
  • Clean, modern UI

Installation

  1. Clone this repository
  2. Create a virtual environment:
    python -m venv venv
    
  3. Activate the virtual environment:
    • Windows: venv\Scripts\activate
    • Mac/Linux: source venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
    

Running the Application

  1. Make sure your virtual environment is activated
  2. Run the Flask application:
    python app.py
    
  3. Open your browser and navigate to http://127.0.0.1:5000/

Project Structure

  • app.py - Main Flask application file
  • templates/ - HTML templates
  • static/ - Static files (CSS, JavaScript, images)
    • css/ - CSS stylesheets
    • js/ - JavaScript files
    • img/ - Image files

Customization

Feel free to modify the templates, styles, and content to fit your needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published