Skip to content

TheBrainTech/thebrain-api-quickstart-blazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Blazor project utilizing TheBrain API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published