About BookLog
BookLog is a web application designed for managing books and their reviews. It can be used, for example, as a personal reading log.
User roles
You can log in to the application as:
-
User (username:
reader)- permissions to view and edit books, authors, and literary genres;
- permissions to add book reviews.
-
Administrator (username:
admin)- permissions to view and edit books, authors, and literary genres;
- permissions to add book reviews;
- permissions to view and manage application users and roles.
Password format
The password consists of the first four letters of the alphabet (with the first letter capitalized), an underscore, and the first four positive integers.
Project information
This application was created as my individual project within the Object-Oriented Programming, Databases and WWW course at VŠB – Technical University of Ostrava, using ASP.NET Core MVC, Entity Framework, and ASP.NET Identity.