Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 646 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 646 Bytes

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

Postgres