https://github.com/jpf/ticketco
Oktane19 Ticketco demo
https://github.com/jpf/ticketco
Last synced: 26 days ago
JSON representation
Oktane19 Ticketco demo
- Host: GitHub
- URL: https://github.com/jpf/ticketco
- Owner: jpf
- License: mit
- Created: 2019-03-19T18:10:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T22:45:46.000Z (about 7 years ago)
- Last Synced: 2025-01-25T14:13:21.608Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setting up the Oktane19 Ticket Co. sample app
- Open https://glitch.com/edit/#!/ticketco and click the "Remix to Edit" button on the right
- Click the "Show [Live]" link in your newly remixed app
- This will open a new tab with a URL that looks something like https://example.glitch.me - this is your "TICKETCO_URL"
``` shell
npm install
export TICKETCO_URL={the URL from Glitch above}
export OKTA_ORG_URL={your Okta Org URL}
export OKTA_API_TOKEN={your Okta API Token}
npm run setup
```
- Copy and paste the output from that command.
- Open the `.env` file in your Glitch app and paste in the output from the command into the approprate place