Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 438 Bytes

Comparte ride API

An application to share rides securely.

Environment setup

Needed tools

  1. Install docker.
  2. Install docker-compose.
  3. Build images with docker compose.
    docker-compose -f docker-compose.local.yml build
    
  4. Run images with docker compose.
    docker-compose -f docker-compose.local.yml up