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.
- Host: GitHub
- URL: https://github.com/boydwo/api-rust
- Owner: boydwo
- Created: 2024-01-28T20:22:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T23:57:57.000Z (over 1 year ago)
- Last Synced: 2025-02-04T09:18:09.682Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````