This repository contains base configurations for bootstraping the supermarket ecosystem.
git clone --recursive https://github.com/GrupoOtto/supermarket.git
cd supermarket
- Docker
- Docker-Compose
- Bonita Community Edition 7.7.5
Manualy start bonita on port 8080 after installing the procesess
docker-compose up -d --build
sh ./run-seeds.sh
After the seeds end you'll have two users:
- [email protected]:user (Normal client user)
- [email protected]:employee (Normal client user)
And the following coupons:
- COUPON-INFINITY (an infinity coupon)
- COUPON-1USE (a one use coupon)
- COUPON-EXPIRED (an expirate coupon)
docker-compose down
- BPM Service
- Coupons API
- Employees API
- Products API
- Proxy Gateway
- Sales API
- Users API
- Web App
- Bonita Proxy
- Mongodb