Skip to content

JordanSivils/work_next

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

local docker: docker run -d
--name
-e POSTGRES_USER=<your_username>
-e POSTGRES_PASSWORD=<your_password>
-e POSTGRES_DB=<db_name>
-p 5432:5432
postgres:16.10-bookworm

prisma: npm audit fix --force will move the prisma cli to v-6 making migrations imposible

migrate schema (in terminal) - npx prisma migrate dev --name whatever_you_want

generate client (in terminal) - npx prisma generate

now the exported prisma in /lib/prisma-export/prisma-client.ts is usable

About

Work app with next

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages