/actix-crud

Basic Actix + Diesel + Postgres REST API

Primary LanguageRustMIT LicenseMIT

Actix-Crud

Basic Actix + Diesel + Postgres REST API

Setup

  • 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

References

https://0xchai.io/blog/restful-api-with-actix

License

License: MIT

This project is licensed under the terms of the MIT License