Backend for the Portfolio project
-
Install Docker: https://www.docker.com/
-
Install:
-
Clone repo
git clone https://github.com/Kundestyrt-Gruppe-10/Purefolio-backend.git
-
Go into repo
cd Purefolio-backend/
-
Build application
dotnet build
-
Run application
dotnet run
Install docker: https://www.docker.com/
Use your respective Linux package manager for all steps below:
Install runtime
dotnet-runtime
Install SDK
dotnet-sdk
Install ASP.Net runtime
aspnet-runtime
Install dotnet-ef tool for migrations
dotnet tool install --global dotnet ef
Add tool to PATH
ln -s ~/.dotnet/tools/dotnet-ef /usr/bin/