axum-bootstrap 0.1.8

a way to bootstrap a web server with axum, including TLS, logging, monitoring, and more.
Documentation
1
2
3
4
5
6
sql:
	cargo sqlx prepare

docker:
	podman build -f Dockerfile . -t docker.io/arloor/axum-demo  --network host
	# docker build -f Dockerfile . -t docker.io/arloor/axum-demo  --network host --build-arg=HTTP_PROXY="http://localhost:7890" --build-arg=HTTPS_PROXY="http://localhost:7890"