A vehicles and flights booking application applying micro-service architecture.
- Linux environment (Windows users can use WSL2)
- Shell terminal
- Open your terminal
- Navigate to this repository. For example:
cd airport-transfer
. - Set environment variables:
export EMAIL_USERNAME=your-email
export EMAIL_PASSWORD=your-email-password
- Run
docker compose up -d
and wait until everything is running. - Open your browser and navigate to following address:
- localhost:3000 if you want to manage your vehicles, policies and schedules.
- localhost:3001 for browsing and booking vehicles
- localhost:3002 is designed for administration works.