Fullstack-Serverless-GraphQL / fullstack-serverless-graphql-docs

The docs site for Fullstack Serverless GraphQL in Gatsby.
https://fsgql.com
MIT License
31 stars 7 forks source link

fsgql

Learn how to build Fullstack GraphQL Apps with Serverless, React and Vue

Fullstack Serverless GraphQL is a course that will teach you how to build a Serverless GraphQL backend on AWS Lambda, while allowing you to choose your own adventure for building out the frontend in either Vue or React.

After completing the course you would've made the Lunar Tour, which is an app that allows customers to book vactions to moon.

This project is meant to be a tool amongst many to be able to build bleeding edge applications. Everything mentioned in this course has been used on production workloads so this is something you can pick up today and implement the next day. Mastery of the content makes you employable or in a good place to launch your own startup!

Links to Demo Apps

Where can you get help?

Each post has a button where you can open a Github Issue and I will try to assist you as soon as possible.

πŸš€ Quick start for contributing

  1. Clone the repo.

    git clone https://github.com/Fullstack-Serverless-GraphQL/fullstack-serverless-graphql-docs.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd Fullstack-Serverless-GraphQL/
    gatsby develop

    then install the dependancies :

     yarn install
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── README.md

Contributing

We welcome contributions to Fullstack Serverless GraphQL!

πŸ’« Deploy

Deploy to Netlify

License

MIT