Welcome to the Untitled Block Game API repository! For full instructions on setting up a dev environment and more, check out the Wiki
Here are some commands you will use frequently when developing the API:
Development DB:
yarn update-db
Testing DB:
yarn update-db-test
All DBs:
yarn update-dbs
Don't forget to regenerate your Prisma client after making changes to the schema:
npx prisma generate