Skip to content

vsilent/stacker

 
 

Repository files navigation

stacker

Run db migration

sqlx migrate run

Down migration

sqlx migrate revert 

Add rating


 curl -vX POST 'http://localhost:8000/rating' -d '{"obj_id": 111, "category": "application", "comment":"some comment", "rate": 10}' --header 'Content-Type: application/json'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.7%
  • Shell 8.3%