Express, MongoDB, React, GraphQL

Full stack with react and GraphQl

Based on

GraphQL with React and Apollo Client by Nik Graf

Build a Complete App with GraphQL, Node.js, MongoDB and React.js by Academind

Formik by Jared Palmer

Run locally

git clone https://github.com/stack-guru/fullstack-graphql
cd fullstack-graphql
npm install

Run development sever

npm run dev

Server running on port 3000

Run development webpack

npm run build:dev

Install local MongoDB

Run local MongoDB at mongodb://127.0.0.1:27017/

cd "C:\Program Files\MongoDB\Server\4.0\bin"
mongod.exe --dbpath \Users\username\Workspace\mongo-data