Skip to content

AdamBadkouk/UserManagementAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

User Management API

A complete User Management API built with ASP.NET Core, JWT Authentication, and Entity Framework.

Features

  • User Registration & Login
  • JWT Token Authentication
  • Protected Endpoints
  • Entity Framework with SQL Server
  • Swagger/OpenAPI Documentation
  • ASP.NET Core 9.0

API Endpoints

  • POST /api/Users/register - Register new user
  • POST /api/Users/login - Login and get JWT token
  • GET /api/Users - Get all users (protected)
  • GET /api/Users/{id} - Get user by ID (protected)

Technologies

  • ASP.NET Core 9.0
  • Entity Framework Core
  • JWT Bearer Authentication
  • SQL Server
  • Swagger/OpenAPI

About

A complete User Management API built with ASP.NET Core and JWT authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages