- Go to the Flatfile app
- Create your Flatfile account (if you haven't already).
- Create and configure your embed.
- Open
Controllers/HomeController.cs
- Replace
YOUR_EMBED_ID
with your embed id andYOUR_PRIVATE_KEY
with your private key.
- Run
dotnet run
to build and start the server on port 5001.