kmachura / help-chef

Help Chef - Project in Java, Spring Boot, Angular, H2, Docker
0 stars 0 forks source link

Dockerize app #30

Closed adamkowalsky11 closed 1 year ago

adamkowalsky11 commented 1 year ago

Working docker

adamkowalsky11 commented 1 year ago

Instruction:

  1. Make sure that you have installed and configured Docker Desktop and Git on your computer
  2. Run cmd/terminal/powershell
  3. Clone project from Github by entering following command into your console: git clone https://github.com/kmachura/help-chef.git
  4. Enter following command into your console: cd help-chef
  5. Enter following command into your console: git checkout origin/DockerizeProject
  6. Enter following command into your console: docker-compose -f docker-compose.yml up

You can reach app by entering following links into your browser: backend: http://localhost:9000/ frontend: http://localhost:8082/

adamkowalsky11 commented 1 year ago

Checked on two computers and both checks ended positive - I was able to reach backend and frontend of the application

Alexshailiha commented 1 year ago

Well done! No bugs that I can see.

adamkowalsky11 commented 1 year ago

Thank you for confirmation :D