Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Express example intergration #17

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Conversation

ConnorMarble
Copy link
Contributor

Description of Changes

Related Issues

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2022

Codecov Report

Merging #17 (320d365) into main (e9af57a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          127       127           
  Branches        18        18           
=========================================
  Hits           127       127           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ConnorMarble ConnorMarble marked this pull request as ready for review October 11, 2022 21:54
@ConnorMarble ConnorMarble requested a review from a team as a code owner October 11, 2022 21:54
Copy link
Collaborator

@joswayski joswayski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also needs a README.md, take a look at this one for inspiration
https://github.com/mikro-orm/express-ts-example-app

Just the steps needed to get up and running:

  1. npm i
  2. npm run build
  3. Get your API keys and signing secret (link them to https://docs.jiter.dev/docs/getting-started)
  4. npm run start
  5. Available on localhost:8000

And the available endpoints

example/.env.sample Outdated Show resolved Hide resolved
example/package.json Outdated Show resolved Hide resolved
example/src/api/webhooks.ts Outdated Show resolved Hide resolved
example/src/api/events.ts Outdated Show resolved Hide resolved
example/src/api/events.ts Outdated Show resolved Hide resolved
example/src/api/events.ts Outdated Show resolved Hide resolved
example/src/api/index.ts Show resolved Hide resolved
example/src/api/events.ts Outdated Show resolved Hide resolved
@joswayski joswayski changed the title Created an example project Added Express example intergration Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants