You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the readme with a new simple setup process using a docker container which provides a preconfigured database. Also improved the description of the manual process and clarified some other ways the application can be installed. Contributions section has also been added to help peeps that want to contribute to the project.
3. Download the <ahref="https://github.com/QuackInTheMatrix/RadioPlayer/releases">latest release</a> from the repository and run it by double-clicking on the jar file.
34
+
35
+
And that's it, you now have a functional RadioPlayer where you can save, listen to and manage your favourite radio stations.<br/>
36
+
You can either register or use one of the preconfigured accounts:'user', 'admin' both with password: 'password'.<br/>
37
+
Enjoy!<br>
38
+
39
+
### Build it yourself
40
+
The application requires setting up a h2 database before you can start tinkering with it in your favourite IDE.<br/>
41
+
Below is a list of steps needed to get everything running:
42
+
43
+
1. Make sure you have git, docker(optional but recommended), java and an IDE like IntelliJ installed
0 commit comments