Skip to content

Website for creating custom lists with items to track steam prices for

Notifications You must be signed in to change notification settings

Phi-S/item-tracker

Repository files navigation

Console commands:

all commands are executed from the item-tracker repo root folder

Database migration command

dotnet ef migrations add Init -p src/api/infrastructure/infrastructure.csproj -o Database/Migrations

Start postgres docker container

docker run -d --name postgres-item-tracker -e POSTGRES_PASSWORD=123 -e POSTGRES_DB=item-tracker -p 5432:5432 --restart unless-stopped postgres:16.1

Start dotnet watch or blazor frontend

dotnet watch run --project src\web\presentation\presentation.csproj

About

Website for creating custom lists with items to track steam prices for

Resources

Stars

Watchers

Forks

Packages

No packages published