An open API service indexing awesome lists of open source software.

https://github.com/boydwo/api-rust

Simple API in rust using Rocket and Diesel for PostgreSql.
https://github.com/boydwo/api-rust

Last synced: about 2 months ago
JSON representation

Simple API in rust using Rocket and Diesel for PostgreSql.

Awesome Lists containing this project

README

        

# Rust API

That's simple user registration API

**Project Architecture**

````
/api-rust
Cargo.toml
.env
/src
main.rs
schema.rs
/models
mod.rs
user.rs
/routes
mod.rs
user_routes.rs
/db
mod.rs
connection.rs
````