Web App, Web API, and Discord Bot for managing mullak99's Faithful and FaithfulVenom
- TODO
- Open the
Obsidian.API.sln
solution - Rename
appsettings.json.example
toappsettings.json
- Edit the
appsettings.json
- Press F5, or press the green run button at the top
- A browser should automatically open to the Swagger UI
- Open the
Obsidian.App.sln
solution - Edit the
appsettings.json
- Press F5, or press the green run button at the top
- A browser should automatically open to the Web App
Note: The default appsettings.json
points to a locally running API. You will get errors if this is not running, or if it is incorrectly configured!
- Open the
Obsidian.Bot.sln
solution - Rename
appsettings.json.example
toappsettings.json
- Edit the
appsettings.json
- Press F5, or press the green run button at the top
- A terminal window should open
Note: The default appsettings.json
will need a bot token and Auth0 settings (M2M). Just like the Web App, it points to a locally running API.