An open API service indexing awesome lists of open source software.

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

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)

[![Begin build status](https://buildstatus.begin.app/river-pfe/status.svg)](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

[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](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)