Skip to content

Node.js/Express.js/Prisma server for book writers social network

Notifications You must be signed in to change notification settings

oogxdd/calmpaper_server

Repository files navigation

Calmpaper GraphQL Server

GraphQL server with JavaScript (Node.js) based on Prisma Client & graphql-yoga.

Set up a project

add .env file inside prisma folder with the following:

DB_URL=file:dev.db
1) yarn
2) npx prisma migrate save --name 'init' --experimental && npx prisma migrate up --experimental
3) npx prisma generate
4) yarn dev

The project should be up and running on http://localhost:4000

Next steps

About

Node.js/Express.js/Prisma server for book writers social network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published