E-Commerce Book Store
A downloadable project
A college project that taught me the basics of creating a full CRUD app.
- Features full account creation system (with admin accounts that have extra privileges)
- Create, Read, Update and Delete books (as an admin).
- Add books to a cart that does not exceed the books stock.
- View all books in cart in a preview checkout page.
- Filter books by title or author when browsing books.
Uses Flask-SQLAlchemy to handle data storage and manipulation.
Requests are used to get request book data from Googles book API: Google Books APIs | Google for Developers
This project does not support actual payment transactions.
Published | 4 days ago |
Status | Released |
Category | Other |
Author | PufferSquid |
Download
Download
ECommerceProject.zip 90 kB
Install instructions
- Download and unzip.
- Open in IDE and install Flask-SQLAlchemy and Requests
- Run the run.py file and open url: http://127.0.0.1:5000/
Leave a comment
Log in with itch.io to leave a comment.