Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 731 Bytes

File metadata and controls

20 lines (15 loc) · 731 Bytes

TheBrain API Quickstart - Blazor

This is an example project that demonstrates how to make a call to TheBrain's API to create a thought. It uses the Blazor Server framework with .NET 6.0. Follow the instructions below to get set up.

Setup

  1. If you don't have .NET 6.0, install it from here.

  2. Clone this repository

  3. Navigate into the project directory

    cd thebrain-api-quickstart-blazor/TheBrainApiQuickstart
  4. Add your API Key to the appsettings.Development.json file

  5. Run the app

    dotnet run TheBrainApiQuickstart.csproj

You should now be able to access the app at https://localhost:7001