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.git
Go to the project directory
cd graphql-nodejs-example
Install dependencies
npm install
Start the server
npm start