Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mayconrfreitas/usermanager
- Owner: mayconrfreitas
- Created: 2022-07-21T13:23:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T13:28:48.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:16:02.782Z (over 1 year ago)
- Topics: api, api-rest, asp-net-core, docker, dotnet5, microservices, mongodb, swagger, unit-testing, web
- Language: C#
- Homepage:
- Size: 5.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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.