gryffs / blogbuilder

A blog management tool built with react / redux, node, express, graphql, and mongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blogbuilder

This application started with the intent to develop a blog management tool using react, redux, express, graphql, apollo, mongoDB.

This repository is using concurrently to run server and client. In development, Webpack is used for a proxied GraphQL server.

The server is set to use a mongoDB running on localhost/test.

###Getting Started###

  > mongod
  > cd blogbuilder
  > npm install
  > cd client
  > npm install
  > cd ..
  > npm start

About

A blog management tool built with react / redux, node, express, graphql, and mongoDB


Languages

Language:JavaScript 91.9%Language:HTML 6.0%Language:CSS 2.1%