This project was built to help quickstart Rust projects for backend servers.
- REST API routes
- Connection to a DB
- Logging
- Docker deployment
On MacOS, the LIBRARY_PATH
environment variable must be set.
export LIBRARY_PATH=/usr/local/opt/libpq/lib
The DATABASE_URL
environment variable must be set.
export DATABASE_URL=postgres://username:password@localhost:5432/diesel_demo