ToDoWebApi is ASP.NET Core Web APi for simple evidence of tasks.
- .NET 6, .NET 7 or.NET 8 installed
You'll need store an API secret key in the environment variable. To create an environment variable open the cmd window as an administrator and type command:
setx SECRET "32characterslengthsecretvariable" /M
Important: Length of secret key have to be more than 32 characters