These are all the resources for the tech night on GraphQL.
Presentation is available here.
Example project is available in different branches as noted below. Example is using Apollo Server.
- Node.js is required (latest LTS preferred)
- Git to clone this repository
- Configurations for Visual Studio Code are bundled
You can download a ZIP from this repository at the top. Remember to download the right branch. You can also use Git:
git clone https://github.com/jupl/tech-night-graphql cd tech-night-graphql git checkout 01-initial # or 02-simple etc.
npm install # Required for first time only if using Git npm run server:dev # Server is running on port 3000
Links to example project are here as follows: