Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ataylorn/library_side_project

A library app where the user can view their books based on read status, genre, & series.
https://github.com/ataylorn/library_side_project

intellij postgresql postgresql-database sql

Last synced: 4 days ago
JSON representation

A library app where the user can view their books based on read status, genre, & series.

Awesome Lists containing this project

README

        

# LibraryApp

[![My Skills](https://skillicons.dev/icons?i=js,postman,html,css,bootstrap,figma,idea,java,vue,nodejs,spring,vscode,postgres)](https://skillicons.dev)

[![Generic badge](https://img.shields.io/badge/STATUS-IN_PROGRESS-red.svg)](https://shields.io/)

At one point during the program, I struggled a little bit with database designs in PostgreSQL so I designed this project to challenge myself. I have currently built out all of the tables that I wanted and have started the process of writing my SQL queries in IntelliJ. The end goal for this project is to have an application where I, as a user, can have a library of all my books. I want to have the ability to view them based on whether or not they've been read yet and I want to be able to browse them based on things like genre and series. I'd also like to add a wishlist component to it so that I can keep track of books that I'm interested in purchasing and have it keep a running total of how much these books cost.