A Flask-based Library Management Website with user authentication, CRUD operations, and responsive design using HTML, CSS, and SQLite.
- User registration and login
- buy subcription , enroll in shifts
- SQLite database integration
- Responsive frontend with HTML/CSS
- Python 3.x
- Flask
- SQLite
- HTML5 & CSS3
- Clone the repo
git clone https://github.com/MeNoodie/Library_website.git cd Library_website - Create virtual environment
python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Run the app
python main.py
- Open
http://127.0.0.1:5000/in your browser - Register and login to manage books
Library_website/
βββ static/
βββ templates/
βββ main.py
βββ requirements.txt
βββ README.md
This project is licensed under the MIT License.