An api for FuDever dashboard website, made by asp net core 8
To run this API
- First, create
appsettings.jsonfile in web api module, which situated in External/Presentation. - Second, use command
dotnet runwhen sitting in web api module folder.
appsettings.json file structure can be found in appsettings.md file, which then situated in web api module.