Simple library application backend in C# connected to external Postgres database.
- Get, Create and Update books
- Create, Get, and Delete users
- Get and Create borrowings for a user
- Add a
appsettings.jsonandappsettings.Development.jsonfile with contents as shown in theapplication.example.jsonfile. - Create migrations.
- Install dependencies.
- Run with
dotnet run. - Checkout
/swaggerendpoint to test the available endpoints.