This is a basic CRUD example made using MongoDB, GraphQL, expressJS, redux and reactJS
- mongoDB - [installation link] (https://docs.mongodb.com/manual/installation/?jmp=footer)
- node and npm - [installation link] (https://nodejs.org/en/download/)
- [filestack API key] (https://dev.filestack.com/register/free)
npm install
- rename .env.example -> .env and add your filestack API key
npm start
The project will start on localhost:8000
- home -
/
- breweries -
/breweries
- graphiql -
/graphiql
To seed database with some basic data
npm run seed