A demo app for using Express, GraphQl, Appollo Client with React and MongoDB
- Clone this repo by running
git clone git@github.com:rifkiandriyanto/experiment-musicql-learn-graphql
cd server
npm install
nodemon app
- GraphQL will be availabel at
localhost:4000/graphql
NOTE: Start from your root directory
cd client
npm install
npm start
- Client will be available at
localhost:3000
NOTE: Start from your root directory
- Node
- Express
- GraphQL
- mongodb
- React
- Appollo Client