Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 358 Bytes

JAVAWORLD

The backend for a coffee finder

kramer accepting javaworld settlement

Running locally:

  1. You will need docker and docker-compose installed
  2. Running api: docker-compose up
  3. Running other commands like tests docker-compose run --rm api go test