Skip to content

201Harsh/Flask-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Site

ThIs is My Flask Site

Flask Web Application

This is a simple web application built using Flask, SQLAlchemy, and Werkzeug. The application includes user authentication features such as password hashing and session management.

Features

  • User authentication (register, login, logout)
  • Password hashing
  • Database integration with SQLAlchemy
  • Flash messages for user feedback

Requirements

Make sure you have Python installed, then install the required dependencies using:

pip install -r requirements.txt

git clone https://github.com/201Harsh/Flask-Site.git
cd your_repository

python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

pip install -r requirements.txt

python3 app.py

This README.md provides an overview of the project, instructions for installation, configuration, and running the application, as well as other standard sections like license and contributing guidelines. Let me know if you'd like to adjust any details!