0Calories / untitled-block-game-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untitled Block Game

Welcome to the Untitled Block Game API repository! For full instructions on setting up a dev environment and more, check out the Wiki

Quick commands

Here are some commands you will use frequently when developing the API:

Updating your local DBs after modifying schema.prisma

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

Side notes

About


Languages

Language:JavaScript 100.0%