Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 982 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 982 Bytes

user-manager-app

Simple application to maintain a user list

Tecnhologies used:

  • Spring Boot
  • Spring MVC
  • Thymeleaf
  • Hibernate
  • MySQL
  • Docker

To run it, checkout the project then execute build-docker-images.cmd then run-docker-compose.cmd (on Windows). On Linux, execute these commands instead (in the root project directory):

mvn clean install

docker image build -t user-manager-app .
docker image build -t user-manager-app-db mysql

docker-compose -p user-manager-suite up

Application should be available on http://localhost

If you want to run the container without docker-compose, execute (run-docker-images.cmd). It stops all the containers then starts them again without using docker-compose