starlitnightsky / prisma-postgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-Prisma-Passport App

This is a try-feature project with the followings tech stacks.

Package Commands

Run in Development Mode

yarn development

Prisma Migrate

yarn prisma:migrate

You will be requested to input the migration name.

This needs to be run everytime you change the prisma schema.

Prisma Client Generation

yarn prisma:gen

This needs to be run whenever you change the package installation.

About


Languages

Language:TypeScript 100.0%