It's a web app for library.
- REST API
- authorization and athentication
- roles managment
- creating, updating and delating books, readers, branch libraries, librarians
- HTML layout template
- onion architecture
- JWT API authorization
- error logging
- e-mail sending
To run this code Docker have to be installed:
cd Library.WebAPI
dotnet run
cd ../Library.WebApp
dotnet run