Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 403 Bytes

Dev Basic Setup

  • Install Docker and docker-compose;
  • Setup environment variables in a .env file (see .env.example);
  • Run setup:
docker-compose up -d
  • Now you have:
    • PostgreSQL (localhost:5432)
    • MongoDB (localhost:27017 with admin web interface at http://localhost:8081)
    • Redis (localhost:6379)
    • DynamoDB local (localhost:8000)
    • MinIO (localhost:9000)
  • Happy coding!