HI There and welcome to the cool API
This helps to create,read, and update (event, eventdetail, tournaments. EventStatus)
This uses SignalR to update data in realtime when an EventDaetail is being updated/inserted in the database which then updates the Home page
Swagger Documentation
Policy Based Authentication
Role Based Authentication
.Net Core 2.0
This appplication is build on .net core 2.0 Please make sure you have .Net core 2.0 on the PC/Server to run this application.
Please make sure you change the connection string to an sql server connectionstring
"connectionString": "Data Source=(LocalDb)\Mssqllocaldb;Initial Catalog=HWB; Connection Timeout=5; Packet Size=4096;",