Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 446 Bytes

File metadata and controls

20 lines (12 loc) · 446 Bytes

Zipcode Search

Dependencies

  • Docker 18.09.0 or newer
  • Docker Compose 1.22.0 or newer

Dev

Run the commands bellow to build the project

  1. cp .dist.env .env
  2. docker-compose build
  3. docker-compose up
  4. To run tests, just access http://localhost:8080/@tests

The project will be accessible on http://localhost:8080.

After the fist build just run docker-compose up.