Skip to content

A simple online Bookstore Management System built on python web framework Flask with the crud queries to reduce the headache of maintaining the record of bookkeepers.πŸ“˜πŸ“•πŸ“—πŸ“’

License

Notifications You must be signed in to change notification settings

Aarushi5g/Online-Bookstore-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“•πŸ“’The Book KeeperπŸ“—πŸ“˜

Online Bookstore Management System in Flask using mySQL

😲Getting Started

Clone this repository and set your path to it's folder, to get it up and running on your local system.✨

git clone https://github.com/Aarushi5g/Online-Bookstore-Management-System.git
cd Online-Bookstore-Management-System

😌Prerequisites

To run this system you will need :

  • πŸ“— Python
  • πŸ“• Flask
  • πŸ“˜ SQLALCHEMY
  • πŸ“’ PHPMyAdmin

Assuming you have Python, proceed to install the rest using the command below:

pip3 install -r requirements.txt

🀩 The Main Page

It displays the books that are a part of the database. The ids assigned are unique to all the books that are added in the database. Notice that the missing ids are the deleted books from thr database.

Screenshot-2021-09-12-134304.png

πŸ“– Adding a book

A new book can be added by entering the name, author and the count of the copies available in the bookstore. A new id is assigned to each added book.

Screenshot-2021-09-12-134402.png

✍️ Updating a book's information

The current information of an added book can be updated quickly.

Screenshot-2021-09-12-134438.png

πŸ–₯️ MySQL database using the WAMP server

Here, WAMP is bundle of package to install MySQL and PHP. Whereas PHPMyAdmin is the GUI to handle and perform all the operations of the MySQL Database.

Screenshot-2021-09-12-162217.png

πŸ’» Built using

  • Flask
  • SQLAlchemy
  • Bootstrap
  • WAMP Server

πŸ“ƒLicense

This project is licensed under the MIT License - see the License file for the details.

About

A simple online Bookstore Management System built on python web framework Flask with the crud queries to reduce the headache of maintaining the record of bookkeepers.πŸ“˜πŸ“•πŸ“—πŸ“’

Topics

Resources

License

Stars

Watchers

Forks