Basic graphql example with NodeJS(typescript) for practice.
Server: Node, Apollo, Graphql, MongoDB, Jest
Clone the project
git clone https://github.com/kaankulac/graphql-nodejs-example.gitGo to the project directory
cd graphql-nodejs-exampleInstall dependencies
npm installStart the server
npm start