Skip to content

taylorhelene/apollomutations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This is a project I did as part of the Apollo GrapQL Course

I have hosted it on render:

Here are the links for:

  1. Frontend - https://trial-azpj.onrender.com
  2. Server - https://server-80vk.onrender.com

How the course was done

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:

  1. Navigate to the server folder.
  2. Run npm install.
  3. Run npm start.

This will start the GraphQL API server.

In another Terminal window,

  1. Navigate to the client folder.
  2. Run npm install.
  3. Run npm start.

This will open up localhost:3000 in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published