An API to query, create and edit information about books you've read and those you want to read.
To see a list of all operations available and their respective routes, parameters and possible responses, you must build and run the API project and then open this URL on a browser tab (the port might change according to machine-specific configuration). It's currently running on .NET 5.
You can download and import a file with the HTTP requests inside your Postman in this Gist.
I intend to add authentication for a personalized experience and furthermore an Angular app to consume the API.
There's a simple board where I keep track of the functionality that has been implemented so far.