MyLibraryby Ravi Musalin

Created using Python, Flask, PostgreSQL, MySQL and Jinja2

Hackbright!

In the Spring of 2023 I attended a 12 week coding bootcamp at Hackbright Academy that was sponsored by Walmart Global Tech. The capstone project for this bootcamp is this MyLibrary application.

MyLibrary is an app that allows users to keep track of the books that they own. It also allows users to rate the books that they own and read reviews of books from other users.

MyLibrary is built using Flask and Python as the backend server, PostgreSQL as a database, along with Jinja, CSS, HTML and a little bit of Bootstrap for front end design and styling. The application utilizes the Google Books API which makes calls whenever a user makes searches by title, author or ISBN number.

GitHub repo: MyLibrary Repo

YouTube demo: MyLibrary Demo