Skip to content

arborQ/Alpaki

Repository files navigation

Alpaki

Backend

Build Status .NET Core

  • .net core 3.1
  • EntityFramework
  • GraphQL
  • Swagger
  • MediatR
  • FluentValidator
  • Seq
  • Docker

Run backend

$ docker-compose up --build

See Swagger: http://localhost:5000/swagger/index.html

To authorize as admin, access Seq logs

http://localhost:5341

and see for admin token you can use

$ [ADMIN]: admin user was created with token: [TOKEN]