Quick start:
- Copy .env.example to .env and adjust values if needed.
- docker-compose up --build
- Services:
- Gateway (HTTP): http://localhost:3000
- Auction service: http://localhost:3001
- Bidding service: http://localhost:3002
- Identity service: http://localhost:3003
- Search service: http://localhost:3004
- Optionally run
npm run seed(after npm install) to populate example data.
Notes:
- All services use a single Postgres and RabbitMQ. Search uses MongoDB.
- TypeORM is set to synchronize: true for development. Use migrations for production.