Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 438 Bytes

be-enigma-book-shop

Using Java Springboot as a back end to provide API for front end (repo fe-book-shop). Use docker for running the project & mysql

How to run this project using maven and docker

  1. Make sure you are in this project directory when running these commands through terminal/cmd
  2. mvn clean package
  3. docker build -t be-enigma-shop:1.0 .
  4. docker-compose up -d
  5. docker compose start
  6. curl localhost:8080/book