In the appsettings.json, make sure to have :
"ConnectionStrings": { "DefaultConnection": "server = localhost; user = root ; password = ; database = name_your_database;" }
Install XAMPP and launch the application :
Press Start on the Apache and MySQL section.
Go to this link to see the database : http://localhost/phpmyadmin/index.php
Go to "view in click to "Terminal"
Launch the API in the terminal with dotnet run
Before creating a character, you have to create :
- a new region
- a new vision
- a new weapon
Then you may be able to create, modify, check and delete the characters. ( When you get a character, the region, vision and weapon sections are "null", work in proress)