Hey there, I resumed school today And I plan on embarking on this nowwww
Things to note are
- We use cdns to store uploaded images
- We'll add a generate ai quiz feature that allows picture and pdf upload
- We'll use sqlite to store the preset, for the quiz get api, we'll use better-sqlite3
- But for the admin panel and managing users, quizzes and all that, we'll use prisma for the sqlite db + mongoose for the mongodb database
- Restrict access to admin page to only your ip address
- Marking of quizzes are done on the backend
- Pay attention to data you expose to the client