This is a simple project to learn how to use GraphQL with Express.
# Clone the repo
git clone https://github.com/Adosh74/Express-With-GraphQl
# Move to the project folder
cd Express-With-GraphQl
# Create a .env file and add the variables like in the .env.example file.
# Install dependencies
yarn install
or
npm install
# Start the server
yarn start
# Open the browser and go to http://localhost:3001/graphql