https://github.com/d-exclaimation/rocket-rest-kit
Rocket.rs REST API Reusable kit
https://github.com/d-exclaimation/rocket-rest-kit
crud-application postgresql rest-api rocket-rs rust rust-lang rust-library starter-kit starter-template
Last synced: 2 months ago
JSON representation
Rocket.rs REST API Reusable kit
- Host: GitHub
- URL: https://github.com/d-exclaimation/rocket-rest-kit
- Owner: d-exclaimation
- License: apache-2.0
- Created: 2021-01-22T13:02:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T13:24:28.000Z (over 5 years ago)
- Last Synced: 2025-06-07T10:02:08.866Z (about 1 year ago)
- Topics: crud-application, postgresql, rest-api, rocket-rs, rust, rust-lang, rust-library, starter-kit, starter-template
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocket-rest-kit
Simple REST-API Reusable module / kit with [`Rocket.rs`](https://github.com/SergioBenitez/Rocket)
### What already existed here
> 1. Simple CRUD handlers
> 2. Database connection with PostgreSQL
> 3. Modules as templates
This is just a starter used for other projects
```rust
fn main() {
println!("Thanks for checking this out, {}!", you)
}
```