Alfedi / BOOM

Simple book management API REST
5 stars 6 forks source link

Borrow books #7

Open Alfedi opened 4 years ago

Alfedi commented 4 years ago

Books can be borrowed. Add a new endpoint to indicate if a books is borrowed and who has it. The books table already has a boolean is_borrowed and a string borrowed_by (in fact it should be borrowed_to).