Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ataylorn/library_side_project
- Owner: ATaylorN
- Created: 2023-08-03T21:50:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T00:58:54.000Z (9 months ago)
- Last Synced: 2024-02-13T00:24:09.429Z (9 months ago)
- Topics: intellij, postgresql, postgresql-database, sql
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.