Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takeuchi-shogo/rust-graphql
- Owner: takeuchi-shogo
- Created: 2023-02-06T15:07:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T15:07:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T23:41:03.580Z (3 months ago)
- Topics: diesel, graphql, rocket, rust
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.