Skip to content

I built a library website using Flask to understand backend development concepts like routing and database integration.

Notifications You must be signed in to change notification settings

MeNoodie/Library_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Library Website

A Flask-based Library Management Website with user authentication, CRUD operations, and responsive design using HTML, CSS, and SQLite.

πŸš€ Features

  • User registration and login
  • buy subcription , enroll in shifts
  • SQLite database integration
  • Responsive frontend with HTML/CSS

πŸ› οΈ Tech Stack

  • Python 3.x
  • Flask
  • SQLite
  • HTML5 & CSS3

πŸ“¦ Installation

  1. Clone the repo
    git clone https://github.com/MeNoodie/Library_website.git  
    cd Library_website  
  2. Create virtual environment
    python -m venv venv  
    source venv/bin/activate  # Windows: venv\Scripts\activate  
  3. Install dependencies
    pip install -r requirements.txt  
  4. Run the app
    python main.py  

πŸ§ͺ Usage

  • Open http://127.0.0.1:5000/ in your browser
  • Register and login to manage books

πŸ“ Project Structure

Library_website/  
β”œβ”€β”€ static/  
β”œβ”€β”€ templates/  
β”œβ”€β”€ main.py  
β”œβ”€β”€ requirements.txt  
└── README.md  

πŸ“„ License

This project is licensed under the MIT License.

About

I built a library website using Flask to understand backend development concepts like routing and database integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published