Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 962 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 962 Bytes

UsedBooks

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.

Developed during 2019/2020 at school.