An open API service indexing awesome lists of open source software.

https://github.com/appthrust/template-rust-axum


https://github.com/appthrust/template-rust-axum

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# Rust Axum API + PostgreSQL

AppThrust application template. The container listens on port 8080.

## Local Docker check

```bash
docker build -t template-rust-axum:local .
docker run --rm -p 8080:8080 template-rust-axum:local
```