Skip to content

MakroCZ/PA165-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music manager application

CI status

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.

Table of wiki contexts

  1. Homepage
  2. Project description
  3. Installation guide
  4. Application usage
  5. External tools
  6. Authors
  7. License

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

Authors

  • 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.

License

This project is licensed under the GNU LGPL 3.0 License - see the LGPL License for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •