Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lu-sketch/flask-book-store-app
https://github.com/lu-sketch/flask-book-store-app
flask-application python3 sqlite3
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lu-sketch/flask-book-store-app
- Owner: lu-sketch
- License: mit
- Created: 2024-05-28T18:50:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:27:21.000Z (8 months ago)
- Last Synced: 2024-11-29T18:14:59.939Z (2 months ago)
- Topics: flask-application, python3, sqlite3
- Language: HTML
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Book-store-app
# Read-A-While Book Manager
This project is a Flask application based on the original Python program that uses SQLite to manage a database of books. The original program was adapted and extended to create an interactive web application for managing books. Below are the modifications made to the original code:
- Integration of Flask framework to create a web application.
- Implementation of HTML templates for user interface.
- Addition of routes for adding, updating, searching, and deleting books.
- Styling using CSS to enhance the user interface.## Modifications
- Converted the original program into a Flask application.
- Created HTML templates for rendering pages.
- Implemented routes for CRUD operations on the book database.
- Added CSS styling for improved user interface.## Usage
To run the Flask application locally:
1. Install the required dependencies using `pip install -r requirements.txt`.
2. Run the Flask application using `python app.py`.
3. Access the application in your web browser at `http://localhost:5000`.## Deployment
The application can be deployed on GitHub Pages or any other hosting service for web applications.![Screenshot](bookapp.png)