This application is created to manage a university.
- schedule management
- files management
- university structure management
You can run this application by
- Downloading Docker files
- Starting them with
docker-compose up
- Starting the project as a Spring Boot application
- You can run the application with Maven:
mvn spring-boot:run- or you can use IDE:
run the
mainmethod in theUwithmeServiceAppclass