Skip to content

SomeChineseGuy/NextJS-and-Prisma-Skeleton-JS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NextJS-and-Prisma-Skeleton-JS

Getting started

cd skeleton
npm i

Getting started with prisma

In your skeleton file, create a .env file. In side of that file add

DATABASE_URL="file:./dev.db"

This is needed in order for prisma to work on your local.

Should you decide to use an upload database (So this will be a DB hosted only and shared between members) Please read the prisma docs and add accordingly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published