https://github.com/gr2m/octokit-oauth-app-begin-example
serverless example using begin.com
https://github.com/gr2m/octokit-oauth-app-begin-example
Last synced: about 1 year ago
JSON representation
serverless example using begin.com
- Host: GitHub
- URL: https://github.com/gr2m/octokit-oauth-app-begin-example
- Owner: gr2m
- License: isc
- Created: 2020-02-27T16:11:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T20:29:02.000Z (over 1 year ago)
- Last Synced: 2025-04-19T12:12:28.042Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://river-pfe.begin.app/
- Size: 205 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `@octokit/oauth-app` serverless example using Begin
> This example showcases how to create an OAuth Client server for GitHub's (OAuth) Apps for a serverless environment using [Begin](https://begin.com)
[](https://begin.com)
All the [default routes](https://github.com/octokit/oauth-app.js#middlewares) are implemented using separate files in the [`/src/http/`](src/http/) folder
Learn more about [`@octokit/oauth-app`](https://github.com/octokit/oauth-app.js#readme) or [Begin](https://begin.com).
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/gr2m/octokit-oauth-app-begin-example/)
Deploy your own clone of this app to Begin!
## Local development
- Install dependencies: `npm install`
- Start the local dev server: `npm start`
## 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!
## License
[ISC](LICENSE)