Online Bookstore Management System in Flask using mySQL
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
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
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.
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.
The current information of an added book can be updated quickly.
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.
- Flask
- SQLAlchemy
- Bootstrap
- WAMP Server
This project is licensed under the MIT License - see the License file for the details.