ghomem / overloop-101

0 stars 0 forks source link

Add an new entity called Author #1

Closed ghomem closed 3 years ago

ghomem commented 3 years ago

Add an new entity called Author with a first_name and a last_name. An API user should be able to create a new Author, edit an existing one and list all existing ones.

ghomem commented 3 years ago

Implemented via pull request above.