/blogbuilder

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

Primary LanguageJavaScript

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