Parking Management System Using Microservices Architecture
This project uses Docker with Docker Compose to manage its local development stack. For more detailed usage instructions take a look at the official documentation.
- Auth Service https://auth.voyarge.ml
- Vehicles Service https://vehicles.voyarge.ml
- Registrations Service https://registrations.voyarge.ml
- Payments Management Service https://payments.voyarge.ml
Each folder contains a Laravel Project, each of them must have its own .env files.
For testing just change the .env.example of each folder to .env
First we create a docker network called web
docker network create proxy
Change de .env.example files to .env
cp .env.example .env
After you can start de containers
docker-compose up -d
If you found any problems, please contact me: cativo23.kt@gmail.com