Skip to content

sreegithub19/apollo_graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run and deploy the project:

  • npm install (or)
    • npm install --save apollo-server graphql @apollo/server express
    • npm install express-graphql --legacy-peer-deps
  • node index.js
  • git add . && git commit -m "C" && git push origin main && vercel --prod

Reference:

Demo:

Part 1: https://user-images.githubusercontent.com/55496113/222118394-16668de9-fb6c-45b2-9728-cec7c0462f17.mp4

Part 2: https://user-images.githubusercontent.com/55496113/222118439-d50b12c3-8411-4ef7-a1bd-95f371b189cf.mp4


For GraphQL:

{
  hello
}

GraphQL URLs:

Releases

No releases published

Packages

No packages published