This repo is a companion for my articles: Building a Multi-Tenant To do Server in Rust
- Clone the repo
- Install Docker and Docker Compose
- Install Tilt
- Create a
.env
file in the root of the repo with the following contents:
JWT_SECRET=your_secret
TODO_PORT=3030
MONGO_URI=mongodb://mongodb:27017
AUTH0_DOMAIN=https://<auth0 domain>
AUTH0_AUDIENCE=https://<auth0 audience>
5. Run `tilt up` in the root of the repo.