This repository contains a GraphQL server built with Apollo Server. It's intended as a playground for learning purposes and is not production-ready.
- Node.js v18.160 or above
First, clone the repository:
git clone https://github.com/shridhar52war/graphql-demo
cd graphql-demo
Then install the dependencies
yarn install
To run the server locally, use the following command:
yarn build
To generate TypeScript types for your GraphQL schema, use the following command:
yarn run generate-types
Enjoy exploring GraphQL with Apollo Server!