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

https://github.com/ngocdo1987/pet-actix-web

Actix web 2.0 with CRUD API
https://github.com/ngocdo1987/pet-actix-web

actix-web diesel rust rust-lang

Last synced: 7 months ago
JSON representation

Actix web 2.0 with CRUD API

Awesome Lists containing this project

README

          

## Build & run

```bash
cargo build --release && cargo run --release
```

## Generate new migration & migrate

```bash
diesel migration generate create_users_table
diesel migration run
```