Skip to content

Microsoft .NET 8.0 C# implementation of Pro-Trades Investment Guidance.

Notifications You must be signed in to change notification settings

GelLiNN/Pro-Trades

Repository files navigation

Pro-Trades

Microsoft .NET 8.0 C# implementation of Pro-Trades Investment Guidance.

# docker psql setup
docker-compose up
docker exec -it pro-trades-postgres-1 /bin/bash
psql -h localhost -p 5432 -d ptdb -U root
CREATE USER postgres WITH PASSWORD 'root';
ALTER ROLE postgres WITH SUPERUSER;
\quit
exit

# dotnet migration
sudo su
apt update && apt upgrade dotnet-sdk-8.0
dotnet tool install --global dotnet-ef --version 8.0.8
echo "export PATH=\"$PATH:/home/root/.dotnet/tools\"" >> ~/.bash_profile
source ~/.bash_profile
dotnet ef database update
dotnet clean && dotnet build && dotnet run
exit

About

Microsoft .NET 8.0 C# implementation of Pro-Trades Investment Guidance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages