Skip to content

saingsab/apratemplate

Repository files navigation

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