Skip to content

SDsalima/flask_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Project Title

A brief, clear description of what your app does.

🧰 Technologies Used

  • Flask
  • Flask-WTF
  • SQLAlchemy
  • Bootstrap
  • SQLite

📁 Project Structure

🚀 Setup Instructions

# Clone the repo
git clone https://github.com/your-username/flask_tutorial.git
cd flask_tutorial

# Create and activate virtual environment
python -m venv development
development\Scripts\activate  # Windows CMD
# OR
.\development\Scripts\Activate.ps1  # PowerShell

# Install dependencies
pip install -r requirements.txt

# Run the app
python flask_app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published