Skip to content

TmLev/crud-rest-api-rust-rocket-diesel-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD REST API [Rust + Rocket + Diesel + Postgres]

API should allow simple CRUD operations over artists entities.

Current status:

  • List
  • Retrieve
  • Create
  • Update
  • Destroy