This it the web service that works as web-client and mobiles app's backend
-
Create the .env file at the root of the application and initialize the values
HMAC_SECRET_KEY=<any value that should be 24 characters>
-
To start the api, run the command
dotnet run
in the terminal