/baduk_club_db

Baduk Club DB

Primary LanguageTypeScript

Baduk Club DB

Baduk Club's ratings DB.

Dev

Deployment

Besides pushing things to Vercel and setting up the environment variables, you will need to manually do:

pnpm run db:push

You can use pnpm run db:studio to have a nice UI to the DB locally.

Env

Locally, you can set things up with:

#-----------------------------------------------------------
# 1. DB

NODE_ENV=
DATABASE_URL=

#-----------------------------------------------------------

References