# Start Postgres
docker-compose up -d
# Run the migrations
diesel setup
diesel migration run
# Run the app
cargo run
<module>
- controller.rs
- model.rs
- repository.rs
- service.rs
- infra
- postgres/schema.rs
- services/s3Service.rs
- shared
# Start Postgres
docker-compose up -d
# Run the migrations
diesel setup
diesel migration run
# Run the app
cargo run
<module>