How-to guides for setting up, developing, and deploying the Banking Challenges project.
# Clone the repo
git clone https://github.com/mateussiqueira/banking-stack.git
# Start infrastructure
docker compose up -d
# Install dependencies
pnpm install
# Start all services
make dev| Command | Description |
|---|---|
make dev | Start all services in development mode |
make infra-up | Start infrastructure containers (Mongo, Redis, Postgres, MinIO) |
make test | Run all tests |
make build | Build all packages |
make docs | Start docs dev server |
make lint | Run linter across all packages |