Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 371 Bytes

ecomm

Seed repository to build an e-commerce platform using spring boot

Local setup

  • Use docker-compose to start dependencies
docker-compose up
  • Use gradle bootRun to start the application
./gradlew clean bootRun
  • Use gradle test to execute tests locally
./gradlew clean test

Use cases

Use cases