Basic Actix + Diesel + Postgres REST API
- Install and setup PostgreSQL
- Set
DATABASE_URL
environment variable or specify in .env file
git clone https://github.com/aathif394/actix-crud/
cd actix-crud
cargo run --release
https://0xchai.io/blog/restful-api-with-actix
This project is licensed under the terms of the MIT License