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

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

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)
}
```