Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 757 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 757 Bytes

GraphQL Blog

A project for those getting started with GraphQL built with Express and MongoDB. A fully functional CRUD GraphQL API for Blog apps including Passport JWT Authentication.

Prerequisies

Node.js, Express.js, MongoDB, Mongoose, Passport JWT fundamentals

Installing

git clone https://github.com/hpbyte/GraphQL-Blog.git
cd GraphQL-Blog
npm install
npm start

Built with