Small(ish) Rust Web Server for API development
Next install the sqlx-cli
using cargo.
cargo install sqlx-cli --no-default-features --features rustls,postgres
- Run
docker compose up
- Run
cargo run
- Implement Sample Service
- Add tests directory
- Setup tracing to replace logging
- Setup Dockerfile