Skip to content

To do server written in Rust and Warp framework.

License

Notifications You must be signed in to change notification settings

robjsliwa/todo-rs

Repository files navigation

todo-rs

This repo is a companion for my articles: Building a Multi-Tenant To do Server in Rust

How to run

  1. Clone the repo
  2. Install Docker and Docker Compose
  3. Install Tilt
  4. 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.

About

To do server written in Rust and Warp framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published