An application developed to learn GraphQL.
- Node version 10 or above installed
- A suitable package manager
npm
oryarn
installed - A mongo db connection details (username & password) preferably from mLab
- 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 variablesUSERNAME
&PASSWORD
before starting the server - Start the UI by navigating to the client directory and do
yarn start
. It will start the application in development mode. - Please note the default port where the server and the client starts by checking the respective files and update it according to your needs
- You can navigate to the graphql console by visiting the server address as http://localhost:port/graphql