An ASP.NET Core project that manages a database of used books and gives the opportunity to make reservations.
It includes also Identity.
- Everyone can see the whole books and booking list. All users can add, update and delete only their own books.
The Index page of the Books section.
- You can also make a reservation and delete it (if it's yours).
The Index page of the Booking section.
The Edit page of the books list.
The Delete page of the books list.
- Delete operation is allowed only if the book is not reserved.
The Details page of the books list.