Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 847 Bytes

GraphQL

An application developed to learn GraphQL.

Pre Requisites

  1. Node version 10 or above installed
  2. A suitable package manager npm or yarn installed
  3. A mongo db connection details (username & password) preferably from mLab

How to start?

  1. Start the server by navigating to the server directory and do yarn start:dev. Please expose your mongodb username and password using the NODE_ENV variables USERNAME & PASSWORD before starting the server
  2. Start the UI by navigating to the client directory and do yarn start. It will start the application in development mode.
  3. Please note the default port where the server and the client starts by checking the respective files and update it according to your needs
  4. You can navigate to the graphql console by visiting the server address as http://localhost:port/graphql