Blog Logo
TAGS

Tye, starting and running multiple APIs with a single command

Today, most of the applications consist of multiple projects. Most of them have some kind of front-end application (e.g. Angular) that consumes one or more .NET C# APIs, which in their turn might also be linked to each other. Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration. By following the Pareto Principle(80/20 rule) our team can run our whole local environment with just a single command. Tye is installed as a global dotnet tool and can be used to configure the environment by including .NET projects to the services section. Tye also supports different technologies such as an Angular front-end application, which can be added as an executable to the configuration file. With Tye, you can optimize your developer experience, save time, and streamline your development process.