library management portal
source code: https://github.com/joaoesteves10/BiblioOn
Library management portal built for the Web Applications and Databases Lab course, with three access tiers: anonymous visitors (public catalogue browsing), authenticated readers and librarians (loans, history), and administrators (account approval, permission management). Access control is built on ASP.NET Identity, with custom roles layered on top of its native tables.