This repository holds the code examples that will be used throughout the Tokopedia Devcamp 2021 instructor-led sessions.
To run the whole project, you can use
docker-compose up
Code organization will be presented below. Please refer to each folder for a more detailed description.
devcamp-2021-big-project
├── frontend # Frontend Code
├── backend # Backend Code
├── consumer # Message Consumer Code
├── db # Database initialization script
├── monitoring # Prometheus & Grafana Initialization scripts
└── docker-compose.yml