Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mayconrfreitas/usermanager

Studies about ASP.NET Core Web API, Swagger, microservices, unit testing and Docker.
https://github.com/mayconrfreitas/usermanager

api api-rest asp-net-core docker dotnet5 microservices mongodb swagger unit-testing web

Last synced: about 17 hours ago
JSON representation

Studies about ASP.NET Core Web API, Swagger, microservices, unit testing and Docker.

Awesome Lists containing this project

README

        

# User Management Service API

- ASP.NET Core Web API
- Framework .Net 5.0
- REST API documented using Swagger
- Microservices architecture
- Docker
- MongoDB
- Unit Tests using xUnit


Swagger Screen - User Management Service API

## Run

With **Docker Desktop** running, debug using `docker-compose` to create the container and access `http://localhost:8000/swagger/index.html` to see the screen above.