Skip to content

charles-dr/prisma-postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.