Is a an API + a database of BBM Exports from MMCI NIS
- Go to the
bridgehead
server/home/export/export-services
- Run the API service
docker-compose -f compose.prod.yml up -d
- Create DB tables
docker-compose exec web python manage.py create_db
- Seed the Static DB data
docker-compose exec web python manage.py seed_db
- Seed the MMCI NIS export data
docker-compose exec web python manage.py fill_db