Add readme

This commit is contained in:
2023-10-23 21:36:30 +02:00
parent 64a065058a
commit 3f538fc34e

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Requirements
Install ef:
dotnet tool install --global dotnet-ef
# Used cmd´s
## Start containers
docker compose up
## Create the initial database
dotnet ef database update
## Create an migration script
dotnet ef migrations add <name>