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

https://github.com/ubugeeei/rust-orm-diesel-sample


https://github.com/ubugeeei/rust-orm-diesel-sample

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Usage
1. install diesel cli
2. setup and migration
```sh
$ make orm_setup
$ make orm_migrate
```

3. run
```sh
$ make run
```