Skip to content

dsmithsl/cosella-microservice-framework

Repository files navigation

Cosella

Cosella is a framework that helps get rid of the boilerplate code required for running a Microservice architecture.

Getting Started

Prerequisites

  • Consul
  • .NET Framework 4.6.2

Starting the services

  1. Open a terminal and start up Consul
consul agent -dev
  1. Check out the repository to your local machine
  2. Start up Visual Studio running as administrator
  3. Go to File -> Open -> Project/Solution, navigate to the solution file and click "Open"
  4. Right-click on solution in Solution Explorer and select properties from the dropdown
  5. Change the radio button to "Multiple startup projects"
  6. Select either "Start" or "Start without debugging" for all the "Cosella.Services.*" projects and click "Ok"
  7. Choose Debug -> Start Debugging or hit F5 to start the services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published