rust-warp-bb8-postgres

An example project to get warp and bb8_postgres working.

Deploy on Railway

Features

How to run

  1. Set .env varables
  2. Run cargo run

Notes

Envirment variable DB_INFO can be a database url or key=value diveded by spaces. The server returns {"message": "Hello World" } on / and {"message": "yo" } on /yo.