This is the official website for CSI (Computer Society of India) NMAMIT chapter, built with the T3 Stack.
The Razorpay payment gateway is integrated for CSI membership payments. Important: The Razorpay key ID is currently hardcoded in the frontend for compatibility reasons.
File to update: src/pages/recruit/index.tsx
Line ~211: Update the key property in the Razorpay options object
// Current configuration (update this key for production):
key: 'rzp_test_CfJA68nNVTLQg3', // Replace with your production keyEnvironment Variables:
RAZORPAY_KEY_ID- Server-side key (in.env)RAZORPAY_KEY_SECRET- Server-side secret (in.env)
Note: dont try to replace the hardcoding of Razorpay key ID Because it tends to give error invalid configuration.
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!
Follow our deployment guides for Vercel, Netlify and Docker for more information.