Installation guide - MakroCZ/PA165-Project GitHub Wiki

Quick starting

The first step is to clone the git repository:

git clone https://github.com/MakroCZ/PA165-Project.git

Then build Java EE project with Maven:

mvn clean install

During the next step open server's directory:

cd MusicManager-MVC/

Finally, run Apache Tomcat server using command:

mvn

How to sign in to the web application

Just use default username and password:
Username: admin
Password: admin

⚠️ **GitHub.com Fallback** ⚠️