Skip to content

dshourek/dubbing-backend

 
 

Repository files navigation

Lviv Regional Puppet Theater

Backend technology stack:

  • .NET Core 2.2
  • ASP.NET Core (with SignalR Core)
  • ORM: Entity Framework Core
  • DB: SQLite
  • Unit tests: xUnit
  • GitLab CI

How to setup:

dotnet restore
dotnet ef migrations add InitialCreate
dotnet ef database update
dotnet run

API documentation:

http://localhost:5000/swagger

About

Backend part of the dubbing project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • C# 25.5%
  • Other 1.3%