This is a simple Express app that creates a server for accepting GraphQL requests. It's my lab assignment. Despite the name, it also has no-GraphQL servers.
- Clone the repo into any folder you want.
- Run
npm install
to install the project dependencies. - Open your command prompt and navigate to the project root.
- Run
node index.js
. - Feel free to use!