Help on choosing why i should use t3 stack for an e-learning web app
Hey guys, I wanted to make an e-learning app using the next.js and wanted to know if next.js and trpc could fully handle the backend issues. Since am doing stuff like progress tracking, rendering videos with high speed, authentication & autherization, payment processing and stuff could you guys explain how t3 stack could help me do that.
4 Replies
the site that matt pocock, kent c dodds, etc courses are on uses the t3 stack + a monorepo so you could have a look at that https://github.com/skillrecordings/products
GitHub
GitHub - skillrecordings/products: 🎧 Skill Recordings products and...
🎧 Skill Recordings products and core-libs. Contribute to skillrecordings/products development by creating an account on GitHub.
It’ll still be tricky since you need to do stripe integration, and video at high is also going to be difficult. But I think it’s worth a shot
How would i store the videos and fetch them ?
I’m not sure honestly. If it’s something like a side project you don’t need anything to heavy duty like AWS. However, not sure.