A web application to keep track of your Magic the Gathering collection
- Search for any card
- Create collections
- See value of your collections (updated daily)
- Login with google, discord, or github
- This is a T3 Stack project bootstrapped with
create-t3-app
. - Postgres
I'm using Docker for local development. You should be able to run one command to get everything up and running; ready for development.
-
link to vercel
npx vercel link
link to the existing project
magic-vault
-
download .env file
npx vercel env pull
-
run
docker compose up -d
The app should be exposed at localhost:3000
ready for development.
1. Vercel [creates a Preview deployment](https://vercel.com/magicians/magic-vault/deployments)
1. Vercel [creates a Production deployment](https://vercel.com/magicians/magic-vault/deployments)
2. Database migrations are run automatically with github action `deploy`.