I have hosted it on render:
Here are the links for:
- Frontend - https://trial-azpj.onrender.com
- Server - https://server-80vk.onrender.com
The codebase for the Front-end was partly provided by Apollo!
There are 3 main folders:
server
: The starting point of our GraphQL server.client
: The starting point of our React application.final
: The final stage of both the server and client folders, with all of the steps and code completed!
To get started:
- Navigate to the
server
folder. - Run
npm install
. - Run
npm start
.
This will start the GraphQL API server.
In another Terminal window,
- Navigate to the
client
folder. - Run
npm install
. - Run
npm start
.
This will open up localhost:3000
in your web browser.