- node
- local postgres follow
- vercel CLI follow
- prisma CLI follow
- table plus is recommended follow db Beaver is a good shout follow
if you struggle with your local db instance
if you struggle to out the connection string see above or reach out to me here or on linkedIn
- POSTGRES_PRISMA_URL = "YOUR CONNECTION to local db"
- POSTGRES_URL_NON_POOLING = "duplicate your connection to local db for local instance"
- npm i or your package manager of choice
npx prisma generate
npx prisma migrate deploy"
npx prisma db seed
- start app with
npm run dev
- Next 14
- Prisma ORM
- Postgres
- SCSS
- BEM
- Next Auth
- TypeScript
- zustland
- jest
whip store data when navigating back and forth, keeping old data in store if only name changes for instance other food properties remain.