- Get rusty 🦀!
- Create a PostgreSQL database (migrations will be taken care of automatically!)
- Copy
.env.exampleto.envand configure your database URL (Refer below). - Run with
cargo run.
-
DATABASE_URL: PostgreSQL connection string -
RUST_LOG: Logging level (default: "info") -
Asset handling ENV:
S3_ACCESS_KEY_ID: Any AWS S3 compatible bucket access keyS3_SECRET_KEY: Any AWS S3 compatible bucket secret keyS3_ENDPOINT: AWS S3 compatible endpointS3_BUCKET_NAME: AWS S3 bucket nameS3_REGION: AWS S3 bucket region
AGPL v3