项目作者: saingsab

项目描述 :
Actix-web PostgresSQL Rest API Template
高级语言: Rust
项目地址: git://github.com/saingsab/apratemplate.git
创建时间: 2021-01-20T08:48:55Z
项目社区:https://github.com/saingsab/apratemplate

开源协议:MIT License

下载


Actix-web PostgresSQL Rest API

Build Status

TLTD
Creating new project will take more time into configure the basic need of package/crate. In order to save time I create a template wich is ready for production deployment. This template accompany with following feature:

  • Actix-web with actix_rt.
  • tests/health_check.
  • Database Crate (sqlx).
  • Compile-time Safety.
  • Database Migrations.
  • Logging Crate.
  • Tracing’s Span.
  • Production Deployment Guide.
  • Travis CI audit package.
  • Docker Compose Stack.

How to use this template