Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

SurrealDb.Examples.MinimalApis

A Minimal API project example to validate and demonstrate the use of SurrealDb.MinimalApis.Extensions.

Get started

First, start a new SurrealDB local instance:

surreal start --log debug --user root --pass root memory --allow-guests

Then make sure your SurrealDB server is running on 127.0.0.1:8000 and run your app from the command line with:

dotnet run

This will open a Swagger UI accessible at https://localhost:7102/swagger.