GraphQL API for performing Queries and Mutation a Country Schema, with User Authentication(JWT) and activity tracker using Express, MongoDB and express-graphQL
- clone the repo
- cd to the project directory
- set up .env variables
- to install dependenies run
npm instal
on your terminal - to start your graphql server run
npm start
on your terminal, then navigate to http://localhost:9000/graphql on your browser - run your Queries and Mutation