Spirits demo API is an API part of the Spirits project created within the framework of the Spirits (Niačyściki) application, which was created for the presentation “Characters of Belarusian mythology as an object of geographical study“ to participate in BSU`s scientific-practical conference.
To run this app you`ll need to set up SQL Server database and appsettings.json file to the project. With such a structure:
{
"ConnectionStrings": {
"SqlServer": "User Id=XXX;Password=XXX;Server=XXX;Database=XXX;Encrypt=false;"
}
}