Skip to content

A simple starter application that that can be deployed on WunderGraph Cloud

License

Notifications You must be signed in to change notification settings

abdelhameedhamdy/cloud-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple starter for WunderGraph Cloud

A simple starter that consumes the GraphQL SpaceX API.

Getting started locally

npm install && npm start

Get SpaceX Dragons

curl -X GET http://localhost:9991/operations/Dragons

Deploy to WunderGraph Cloud

  1. Fork this repo
  2. Sign in to WunderGraph Cloud
  3. Create a new project
  4. Import the forked repo
  5. Deploy the project

Try it out (replace YOUR_PROJECT_ID with your project id):

curl -X GET https://{YOUR_PROJECT_NAME}.wundergraph.dev/operations/Dragons

Make changes

  1. Make changes to the main branch, e.g. change the query in .wundergraph/operations/Dragons.graphql
  2. Commit and push the changes

See your changes live in less than 20 seconds.

curl -X GET https://{YOUR_PROJECT_NAME}.wundergraph.dev/operations/Dragons

Learn More

Read the Docs. :)

About

A simple starter application that that can be deployed on WunderGraph Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%