Skip to content

refl3ction/rust-api

Repository files navigation

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

About

Rust API using Actix and Diesel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published