AmnisAPI
Backend API for Amnis project (link)
Demo
Demo of current version can be checked under this link
Build Setup
API
# navigate to API folder
cd API
# restore dependencies
dotnet restore
# compile and run project at localhost:58472
dotnet run