Setup Guide - GemsForge/aura-logbook-api GitHub Wiki

1. Clone the respository

git clone https://github.com/GemsForge/aura-logbook-api.git cd aura-logbook-api

2. Run the project

cd AuraLogbook.Api dotnet run

3. Install dependencies (if needed)

dotnet add package Dapper dotnet add package Microsoft.Data.Sqlite


🔐 Authentication

AuraLog uses JWT tokens for secure access to endpoints.

  • Register: POST /auth/register
  • Login: POST /auth/login
  • Send token as Authorization: Bearer in headers
⚠️ **GitHub.com Fallback** ⚠️