Skip to content
This repository was archived by the owner on Jul 26, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 382 Bytes

File metadata and controls

22 lines (17 loc) · 382 Bytes

antbear-dotnet

Build Status

simple app built with asp.net core and postgres

install:

dotnet restore

database:

docker-compose up -d
dotnet ef migrations add init
dotnet ef database update

run:

dotnet run