This Tutorial explains step-by-step development of essential features of User Management.
-
Project Setup with Clean architecture
-
Create Data Layer (Entity and View Models)
-
Create Service Layer
-
Code first approach to perform DB migration and data seeding
-
Creating Api Endpoints
- Register new user
- Login (JWT Authentication)
- Get user details by Id (Secured by user token)