Skip to content

Backend server for Bluedit, a reddit clone with subbluedits, posts, comments, votes !

Notifications You must be signed in to change notification settings

Jaymun723/bluedit-graphql-server

Repository files navigation

Bluedit Graphql Server

Online version: https://bluedit-graphql-server.vercel.app/

The stack:

Installation

npm install # install npm dependencies
npm run prisma-generate # generates prisma client bindings
npm run gql-gen # read the schema (in src/schema.ts) and create typings for the resolvers
npm run build-email # builds the email templates

Deploying (on vercel)

npm run _build
vercel # yes, that's all

About

Backend server for Bluedit, a reddit clone with subbluedits, posts, comments, votes !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages