Home - MakroCZ/PA165-Project GitHub Wiki
There is an open-sourced Java EE project which was created as a part of the subject Enterprise Java (PA165) at Faculty of Informatics, Masaryk University. This project represents the web application for users who are interested in music culture. The application provides the access to the database of popular songs. The application provides REST API as well. The database contains information about song’s genres, albums and performers. Depending on user privileges the application allows to execute common CRUD operations, e.g. to help users view, search, and change information stored in the music manager application.
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
Just use default username and password:
Username: admin
Password: admin
- Yehor Safonov - programming, wiki documentation, diagrams, application frontend, JavaScript;
- Marek Bařinka - project structure, programming, authentication, git management;
- Lukáš Suchánek - programming, testing, controllers, Apache Tomcat development;
- Václav Stehlík - programming, REST API, documentation, testing.
This project is licensed under the GNU LGPL 3.0 License - see the LGPL License for more details.