Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmunoz/musica
My first (rookie) project
https://github.com/devmunoz/musica
java jdbc mysql swing swing-gui
Last synced: 1 day ago
JSON representation
My first (rookie) project
- Host: GitHub
- URL: https://github.com/devmunoz/musica
- Owner: devmunoz
- License: mit
- Created: 2016-05-23T07:56:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T17:30:35.000Z (3 months ago)
- Last Synced: 2024-12-16T20:15:31.118Z (about 2 months ago)
- Topics: java, jdbc, mysql, swing, swing-gui
- Language: Java
- Homepage:
- Size: 80.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MΓΊsica π΅
###### Last update: 12/2024
#### My first Java project as a developer, 8 years ago πΏ
## Description
This application is a music library GUI built with Java Swing and connected to a MySQL database via JDBC driver.
The application allows to store, view, edit, and group songs in a very simple way.
The database is too simple, consisting of only one table named 'songs', where song metadata, album cover, and mp3 file are stored (yes, a blob in the database... it was my first project π) .
## Screenshots
![Main window](assets/main.png)
![List of songs](assets/list.png)
![Song edition](assets/edition.png)
![Database parameters](assets/database.png)
## Installation and Execution
- Prerequisites:
- Install JRE on your machine following the instructions on [java.com](https://www.java.com/en/download/help/index_installing.html)
- Install Docker and Docker Compose following the instructions on [docs.docker.com](https://docs.docker.com/get-started/get-docker/)
- Run MySQL (with Docker ποΈ)
- Go to the directory where the Docker container files are located:
```
cd Musica/mysql-docker
```
- Build and run the Docker container
```
docker compose up -d
```
- Compile the Java project
```
./compile.sh
```
- Run it π
```
./run.sh
```## Contribution
Feel free! Receiving updates here will be strange but amazing!
## License
This project is licensed under the MIT License. See the LICENSE file for more details.