Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billstephens2022/musicdbjavafx
A Music JavaFX application linked to a SQLite database where SQL queries are performed when interacting with a JavaFX GUI.
https://github.com/billstephens2022/musicdbjavafx
java java-17 javafx jdbc sqlite sqlite3
Last synced: 27 days ago
JSON representation
A Music JavaFX application linked to a SQLite database where SQL queries are performed when interacting with a JavaFX GUI.
- Host: GitHub
- URL: https://github.com/billstephens2022/musicdbjavafx
- Owner: BillStephens2022
- Created: 2024-01-30T18:33:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T19:19:16.000Z (10 months ago)
- Last Synced: 2024-01-31T20:10:43.217Z (10 months ago)
- Topics: java, java-17, javafx, jdbc, sqlite, sqlite3
- Language: Java
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music DB - JavaFX
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)## Description
A Music Database application built with Java with a JavaFX GUI, and SQLite database using the JBDC driver.
This project was part of a Java Tutorial on Udemy.### App Screenshot
![app screenshot](screenshot.png)## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)## Installation
run in JavaFX
## Usage
Upon opening application you should see a list of artists. Select an artist and click the Show Albums button to show albums by that artist. Clicking the List Artists button will show the full list of artists again.
## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT## Contributing
N/A## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]