Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 891 Bytes

Inspections

Inspection Reports API & Web App

Docker Image CI

.NET Core

Mobile Client

Build status

Try it!

BACKEND

  • .NET 6.0
  • Visual Studio Code or any other code editor

FRONTEND

  • NuxtJS
  • Yarn

Steps to build

  • UI:
    • yarn generate
    • yarn start
  • Backend:
    • dotnet run from api path