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

https://github.com/curiousci/rocket-api

Rocket.rs 0.5.0-rc & diesel.rs 2.0.0-rc template for building an API with AWS email sending
https://github.com/curiousci/rocket-api

api aws-ses diesel-rs rocket-rs rust

Last synced: 4 months ago
JSON representation

Rocket.rs 0.5.0-rc & diesel.rs 2.0.0-rc template for building an API with AWS email sending

Awesome Lists containing this project

README

          

# 🚀 Rocket ⛽ diesel 📫️ AWS ses ~💸 API

Rocket.rs 0.5-rc template for building an API with email sending,

```bash
rustup toolchain install nightly
rustup override set nightly
cargo install diesel_cli --no-default-features --features "postgres"
```

```sql
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
```

```bash
diesel migration run
```