This project is sample app for graphql with express. Later will add react app will use the graphql API.
Please create account in mongo db if you do not have local setup of mongo db its free sevice. After loggedin you can add your IP from Security -> Network access.
Or you can also download mongo db and setup locally.
Mongo DB credential need to update in nodemon.json
In the project directory, you can run:
Or
Server will be accesible on http://localhost:3000/ and graphql ui will be http://localhost:3000/graphql
Simple Query:
query { events { title creator { email } } }