Skip to content

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

Notifications You must be signed in to change notification settings

adil819/be-enigma-book-shop

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages