Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

Tokopedia Devcamp 2022 Server and Database

How to Start the whole project?

You can run the whole project using docker detached option

docker-compose up -d

Code Structure

Please refer to each folder for a more detailed code structure.

devcamp-2022-snd
 ├── db                     # Database Configuration
 ├── service                # Backend HTTP Service Code        
 └── docker-compose.yml