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
- Host: GitHub
- URL: https://github.com/curiousci/rocket-api
- Owner: CuriousCI
- License: mit
- Created: 2022-05-11T14:05:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T16:40:09.000Z (over 3 years ago)
- Last Synced: 2025-02-07T14:24:59.914Z (8 months ago)
- Topics: api, aws-ses, diesel-rs, rocket-rs, rust
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```