The enigma api develop using asp.net core 2.2
Try to open the project using Microsoft Visual Studio and build the project
To restore and setup database For command line terminal, go to the directory of the project Api.Enigma and enter this command
dotnet ef database update
For Package Manager Console in visual studio enter this command
Update-Database
Using Microsoft Visual Studio click on Run button
And go through : http://localhost:5000/swagger/