Virtual Bookshelf (Flask Web Application)
Developed a Flask web application that allows users to manage a virtual bookshelf. Users can add books with titles, authors, and ratings, view a list of all books, edit ratings, and delete books. The project utilizes Flask-SQLAlchemy for database interactions, making the data persistent.
Check Out Repository