Cosella is a framework that helps get rid of the boilerplate code required for running a Microservice architecture.
- Consul
- .NET Framework 4.6.2
- Open a terminal and start up Consul
consul agent -dev
- Check out the repository to your local machine
- Start up Visual Studio running as administrator
- Go to File -> Open -> Project/Solution, navigate to the solution file and click "Open"
- Right-click on solution in Solution Explorer and select properties from the dropdown
- Change the radio button to "Multiple startup projects"
- Select either "Start" or "Start without debugging" for all the "Cosella.Services.*" projects and click "Ok"
- Choose Debug -> Start Debugging or hit F5 to start the services