An example Microservice Contact/Report app.
- Install Docker Desktop or Docker Engine
- Clone repo and go to the src directory
- Use docker compose to up required services (DB, MessageBroker)
docker compose up -d
- Open solution with Visual Studio and modify appsetting.json file in API project for connection strings, and service API urls
- Use swagger to testing end points!
- Services will be converted to async methods
- API methods will be converted to async methods
- CI/CD stages will be added to repo
- API end point tests will be added
- API gateway will be added
- API Authentication mechanism will be added