mythLabs / node-graphql-api

An Api built with graphQL concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-graph-api

An api built using graphql-yoga, node, prisma. We can add a post, create user, authenticate request with jwt, user sign-in and sign-out feature implemented and option to add a vote to the post only once per user.

How to run

yarn install

node src/index.js -> will open the graphQL playground

Also additional steps are required for prisma setup the can be found here.

https://www.howtographql.com/graphql-js/4-adding-a-database/

About

An Api built with graphQL concepts


Languages

Language:JavaScript 100.0%