Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takeuchi-shogo/rust-graphql

Rust GraphQL Rocker Diesel
https://github.com/takeuchi-shogo/rust-graphql

diesel graphql rocket rust

Last synced: about 1 month ago
JSON representation

Rust GraphQL Rocker Diesel

Awesome Lists containing this project

README

        

# Rust sample Application

## Setting

### Rust Languege

`rustup override set nightly`

`rustup override set stable`

### Rocket set up

### Diesel set up

1 `cargo install diesel_cli`

2 `diesel setup`

3 `diesel migration generate create_[table name]`

4 `diesel migration run`

or

`diesel migration redo`

## Application command

root file is ./Makefile.