Running Demo Application
Discover how to start and run the demo GraphQL application by installing dependencies, running the Mongo database, server, and client. Learn troubleshooting steps and how to use seed data to test your setup efficiently.
We'll cover the following...
We'll cover the following...
Here are a instructions for how to run the demo application.
Running the server
First, you need to install server dependencies
cd server
npm install
Then you ...