<<<<<<< HEAD
Login System with Python Flask and MySQL
- Branch: changes
You can check out the branch to see the latest updates and features.
A simple login system built using Flask and MySQL. This project allows users to register, log in, and interact with a basic web application.
- User Registration
- User Login
- Session management with Flask
- MySQL database for storing user data
Before running the project, make sure you have the following installed:
- Python 3.x
- MySQL
- pip (Python package manager)
- Clone this repository:
git clone https://github.com/yourusername/repositoryname.git
changes