Overview
In these guides we'll describe how to create a simple service using Mify CLI.
We will create a counting service, which will return always increasing number and a simple frontend which will display it.
To start let's create a workspace for this project:
mify init counting-project
cd counting-project