Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 933 Bytes

File metadata and controls

47 lines (29 loc) · 933 Bytes

Album List GraphQL React Application

Description 📋

A demo app for using Express, GraphQl, Appollo Client with React and MongoDB

GraphQL App DEMO

Installation 🔧

  • Clone this repo by running git clone git@github.com:rifkiandriyanto/experiment-musicql-learn-graphql

Server setup

  • cd server
  • npm install
  • nodemon app
  • GraphQL will be availabel at localhost:4000/graphql

NOTE: Start from your root directory

Client setup

  • cd client
  • npm install
  • npm start
  • Client will be available at localhost:3000

NOTE: Start from your root directory

Built With ⚡

  1. Node
  2. Express
  3. GraphQL
  4. mongodb
  5. React
  6. Appollo Client

License

License