Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.01 KB

Instruction

This is a traditional back-end project based on restful api. And the aim of this project is to be a tutorial for people who are insterested in developing web application by Rust. (初期项目会与admin有一定相似)

Main technology

  • actix-web
  • rbatis-orm
  • mysql
  • redis

todo.

1.tables.rs

2. all mapper relative files to be changed.

3. changed the error mod

4. 注册接口

  • 白名单要放行
  • 结构要调整正确
  • 要解决网关授权问题 注意当前注册接口。

Instruction

This is a traditional back-end project based on restful api. And the aim of this project is to be a tutorial for people who are insterested in developing web application by Rust. (初期项目会与admin有一定相似)

Main technology

  • actix-web
  • rbatis-orm
  • mysql
  • redis

todo.

1.tables.rs

2. all mapper relative files to be changed.

3. changed the error mod

4. use sqlite to store data