Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 459 Bytes

prisma

This is a folder that contains the database schema which can be configured. I'm using mongodb for database so you need to tell prisma about that. Create a .env file in the root folder of the project bLackjack it should have a DATABASE_URL which is a url to your mongodb database

DATABASE_URL = YOURS

Navigate to prisma by running the following command:

cd prisma

Then run:

npx prisma generate