Skip to content

Commit

Permalink
Merge pull request #140 from UoaWDCC/feat/ticket-scanning-page
Browse files Browse the repository at this point in the history
Feat/ticket scanning page
  • Loading branch information
gmat224 authored Dec 10, 2024
2 parents b35f17b + 45a9d6a commit f02fa0a
Show file tree
Hide file tree
Showing 160 changed files with 10,666 additions and 5,488 deletions.
2 changes: 2 additions & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jspm_packages/
#Migrations
db/migrations/
db/migrations/meta/
schemas/migrations/
schemas/migrations/meta/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
Expand Down
28 changes: 0 additions & 28 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,31 +96,3 @@ Fulfill Orders (Webhook stuff): https://docs.stripe.com/payments/checkout/fulfil
Register Webhook (FOR PRODUCTION): https://docs.stripe.com/webhooks#register-webhook

Product and Pricing: https://docs.stripe.com/products-prices/how-products-and-prices-work

# Instructions for setting up Clerk
Follow Step 1: Connect except the "DEPLOY YOUR APP ONLINE" part: https://dashboard.ngrok.com/get-started/setup/windows

Step 2: Run `ngrok http --url=https://gelding-trusty-exactly.ngrok-free.app 3000`.

Step 3: Now try to create a new user and login. You should now see an event of type "user.created" in the console.

# Instructions for testing with Clerk:

Email addresses
Any email with the +clerk_test subaddress is a test email address. No emails will be sent, and they can be verified with the code 424242.

For example:

[email protected]
[email protected]

# Additional articles for Clerk
https://clerk.com/docs/integrations/webhooks/overview

https://clerk.com/docs/integrations/webhooks/sync-data

https://ngrok.com/docs/integrations/clerk/webhooks/

https://docs.svix.com/receiving/verifying-payloads/how#nodejs-express

https://clerk.com/docs/deployments/overview
30 changes: 0 additions & 30 deletions api/controller/adminController.ts

This file was deleted.

30 changes: 0 additions & 30 deletions api/controller/authController.ts

This file was deleted.

15 changes: 0 additions & 15 deletions api/controller/creditController.ts

This file was deleted.

Loading

0 comments on commit f02fa0a

Please sign in to comment.