Skip to content

Implementing user management in ASP.Net Core 2.2 (Registration, Authentication, Retrieve all users, Retrieve user by id, Update user and Delete user)

Notifications You must be signed in to change notification settings

ilyes24/UserManagementAPI

Repository files navigation

UserManagementAPI

UserManagementAPI is a simple project to implementing user management (Registration, Authentication, Retrieve all users, Retrieve user by id, Update user and Delete user) using ASP.NET Core 2.2, inMemory database and SwagerUI.

Setting up project

Clone the project using git

git clone github.com/ilyes24/UserManagementAPI

Run the project.

dotnet run

Consult SwaggerUI the know the API Routes and details.

http://localhost:4000/swagger

Or just import UserManagmentApiRoute.json file to an API Client such as Insomnia or Postman.

About

Implementing user management in ASP.Net Core 2.2 (Registration, Authentication, Retrieve all users, Retrieve user by id, Update user and Delete user)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages