mirror of
https://github.com/thanipro/Axum-Rust-Rest-Api-Template
synced 2024-11-24 20:43:08 +00:00
Update README.md
This commit is contained in:
parent
e57b007dd0
commit
f8ebaf6db8
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Axum-Rust-Api-Boilerplate
|
||||
# Axum-Rust-Rest-Api-Template
|
||||
|
||||
This project is an open source boilerplate built with Rust's Axum framework.
|
||||
This project is an open source Rest Api Template built with Rust's Axum framework.
|
||||
|
||||
## Why this project?
|
||||
|
||||
I have been learning rust for some time now and I noticed a lack of open source axum boilerplates that define directory structure the way I like and I'm used to. Most other projects have all the code placed in a single `main.rs` file.
|
||||
I have been learning rust for some time now and I noticed a lack of open source rust Rest ApI template template that define directory structure the way I like and I'm used to ( SOA ). Most other projects have all the code placed in a single `main.rs` file.
|
||||
## Features
|
||||
|
||||
This project uses Axum framework and SQLx for DB access layer, as well as other wonderful packages. It includes three basic routes: register, login, and profile page.
|
||||
|
|
Loading…
Reference in a new issue