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

https://github.com/iamhabbeboy/rest-api-actix-web

Rest API with actix-web
https://github.com/iamhabbeboy/rest-api-actix-web

actix-web api-rest rust-lang web

Last synced: 12 months ago
JSON representation

Rest API with actix-web

Awesome Lists containing this project

README

          

# rest-api-actix-web

# Setup

- Clone to your local env
- Install Postgresql https://www.postgresql.org/download
- Create Database
- Setup Diesel https://diesel.rs/
- type `cargo watch` or `systemfd --no-pid -s http::5000 -- cargo watch -x run` in the project folder