Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 499 Bytes

Seed challenge cdc

Challenge propused on Jornada dev eficiente class.

by Vicente Martins

How to run this project

  • Clone this project:
 git clone [email protected]:vicentimartins/seed-desafio-cdc.git seed-challenge-cdc
  • Go to path where the project was cloned
  cd seed-challenge-cdc
  • Build and run docker-compose:
  docker-compose up -d --build

It's done! This steps should be all that you need to have this project up.