Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 591 Bytes

ReadMe.md

File metadata and controls

20 lines (10 loc) · 591 Bytes

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.