/country-graphql-API

GraphQL API for performing Queries and Mutation on a Country Schema, with User Authentication(JWT) and activity tracker using Express, MongoDB and express-graphQL

Primary LanguageJavaScript

API-dev

GraphQL API for performing Queries and Mutation a Country Schema, with User Authentication(JWT) and activity tracker using Express, MongoDB and express-graphQL

  1. clone the repo
  2. cd to the project directory
  3. set up .env variables
  4. to install dependenies run npm instal on your terminal
  5. to start your graphql server run npm start on your terminal, then navigate to http://localhost:9000/graphql on your browser
  6. run your Queries and Mutation