MangoDB development is done on the host running Linux or macOS, with everything else running inside Docker Compose.
- Start the development environment with
make env-up
. - Run tests in the other window with
make test
. - See all available targets with
make help
. - Start MangoDB with
make run
.