Drop Cases Getting Started # Start Postgres docker-compose up -d # Run the migrations diesel setup diesel migration run # Run the app cargo run Example structure <module> controller.rs model.rs repository.rs service.rs infra postgres/schema.rs services/s3Service.rs shared ORMS rbatis sqlx sea-orm Postgres docs db admin docs