Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.33 KB

Obsidian

Web App, Web API, and Discord Bot for managing mullak99's Faithful and FaithfulVenom

Requirements

Using the SDK (Obsidian.SDK)

  • TODO

Building the API (Obsidian.API)

  1. Open the Obsidian.API.sln solution
  2. Rename appsettings.json.example to appsettings.json
  3. Edit the appsettings.json
  4. Press F5, or press the green run button at the top
  5. A browser should automatically open to the Swagger UI

Building the Web App (Obsidian.App)

  1. Open the Obsidian.App.sln solution
  2. Edit the appsettings.json
  3. Press F5, or press the green run button at the top
  4. 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!

Building the Discord Bot (Obsidian.Bot)

  1. Open the Obsidian.Bot.sln solution
  2. Rename appsettings.json.example to appsettings.json
  3. Edit the appsettings.json
  4. Press F5, or press the green run button at the top
  5. 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.