AdminApp is a web-based application for managing users with features like registration, authentication, and a user-friendly admin panel. Built with ASP.NET Core and styled using Bootstrap, it provides an efficient way to manage users' statuses and information.
- User Registration and Authentication: Secure user sign-up and login.
- Admin Panel:
- View a table of registered users.
- Block, unblock, or delete users.
- Email-Based Login: Users log in using their email address.
- Email Uniqueness Validation: Ensures no duplicate email addresses in the database.
- Logout: Safe logout functionality for users.
- Frontend: Bootstrap for responsive design.
- Backend: Blazor Server, ASP.NET Core with Entity Framework Core for data handling.
- Database: PostgreSQL (or any compatible database provider).
