jonathanpeppers / inclusive-heat-sensor

An idea for a bot that will detect "heated conversations" scoring based on an anger or offensive rating.
MIT License
1 stars 1 forks source link

Add another Asp.Net Core Web API project #12

Closed weng5e closed 1 month ago

weng5e commented 1 month ago

With Asp.Net Core Web API project, it is much easier to host outside of Azure function. Like we have a development AKS clsuter that can run the contianer image in it. It is also easy to do local debug.

Local debug & verification

There is a Inclusive.HeatSensor.Web.http file that store the testing http requests. image