https://github.com/byteshiva/begin-apollo-graphql-api
Begin app
https://github.com/byteshiva/begin-apollo-graphql-api
Last synced: 10 months ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/byteshiva/begin-apollo-graphql-api
- Owner: byteshiva
- License: apache-2.0
- Created: 2020-01-17T04:11:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:20:42.000Z (about 2 years ago)
- Last Synced: 2025-01-22T12:12:48.260Z (12 months ago)
- Language: JavaScript
- Homepage: https://begin.com
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://begin.com)
[Apollo](https://www.apollographql.com/) based GraphQL example
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/begin-examples/node-apollo)
Deploy your own clone of this app to Begin!
## Getting started
- Start the local dev server: `npm start`
- Lint your code: `npm run lint`
- Run your tests: `npm t`
## Reference
- [Quickstart](https://docs.begin.com/en/guides/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app
- [Creating new routes](https://docs.begin.com/en/functions/creating-new-functions) - basics on expanding the capabilities of your app
Head to [docs.begin.com](https://docs.begin.com/) to learn more!