Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 190 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 190 Bytes

Simple CRUD REST API written in Rust using Actix, Diesel ORM and PostgreSQL

How to run:

  • cargo install
  • diesel migration run --database_url=<put your db url here>
  • cargo run