Implementation for Frontend and Backend of a imdb like movie database. This is just a fun project to learn more about asp.net core.
- Blazor
- MediatR
- FluentValidation
- EntityFrameworkCore
- xUnit
- Bogus
- Add Role management endpoint to backend
- Added Auth to frontend
- Figure out how to use jwt token in Frontend
- login page
- register page
- Add Role management to frontend (if admin)
- add roles to user
- remove roles from user
- Add User management to frontend
- change name
- change password
- change email
- Github Pipeline which runs tests on commit