2022-08-04 19:06:18 +08:00
2022-08-04 19:06:18 +08:00
2022-08-04 17:43:33 +08:00
2022-08-04 19:06:18 +08:00
2022-08-04 17:43:33 +08:00
2022-08-04 17:43:33 +08:00
2022-08-04 17:43:33 +08:00
2022-08-04 19:06:18 +08:00

Rust Template Project for Development with Actix-Web and SeaORM

A lot of Thanks to these projects

This project template is made of:

  • Rust
  • actix-web: Async web framework for rust
  • SeaORM: async ORM for integrating a Rust code base with relational databases

And I won't reach this without the help of:

  • sqlx
  • askama
  • clap
  • clap_complete
  • serde
  • env_logger
  • log

Project strucutre

Start from here

Run the server

Simply use cargo to run the project

Package into container

The template provides a simple Dockerfile and script to build container image.

Development

Define a new model

TODO

Roadmap

  • Web
  • ORM
  • Packaging
  • React
Description
No description provided
Readme 67 KiB
Languages
Rust 93.2%
Dockerfile 4.2%
Shell 2.6%