Skip to content
/ s8 Public

Full-stack blog app with Next.js and Prisma / PostgreSQL

Notifications You must be signed in to change notification settings

va-deem/s8

Repository files navigation

Overview

  • pages/api/* - API routes

Running Locally

$ yarn dev

and go to http://localhost:3000

Possible errors:

if you get an error like this:

Invalid `prisma.post.findMany()` invocation:
connect ECONNREFUSED ::1:54434

that is because of prisma and Node version. You need to use Node version from .nvmrc file. You can use nvm to install it.

nvm install

About

Full-stack blog app with Next.js and Prisma / PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published