Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 299 Bytes

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'