-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ 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 |
There was a problem hiding this 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:
- npm i
- npm run build
- Get your API keys and signing secret (link them to https://docs.jiter.dev/docs/getting-started)
- npm run start
- Available on localhost:8000
And the available endpoints
…n the webhook handler, and adding tests
… into example-project
Description of Changes
Related Issues