-
Install the dependencies
npm install or yarn or pnpm install
-
Create a
.env
file in the root directory and add the following environment variables:DATABASE_URL="file:./dev.db"
-
Write your Prisma schema in
prisma/schema.prisma
-
Run the Prisma commands to generate the Prisma client and migrate the database
npx prisma migrate dev --name init
-
Run the development server
npm run dev or yarn dev or pnpm dev
-
Notifications
You must be signed in to change notification settings - Fork 0
itzAmka/Node-TS-Starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published