Next.js Discord

Discord Forum

Resume builder app

Answered
Red-billed Tropicbird posted this in #help-forum
Open in Discord
Red-billed TropicbirdOP
Hi guys i am currently building a resume builder app, and was wondering how would I customize a resume based off of user input like what formate would it need to be on and would I store all of the templates
Answered by B33fb0n3
of user input like what formate
I guess most of them can be strings

store all of the templates
I guess an easy and effective way is storing them inside a database. If you need file uploads, store them inside s3 or r2 and save the key inside your database as well
View full answer

6 Replies

@Red-billed Tropicbird Hi guys i am currently building a resume builder app, and was wondering how would I customize a resume based off of user input like what formate would it need to be on and would I store all of the templates
of user input like what formate
I guess most of them can be strings

store all of the templates
I guess an easy and effective way is storing them inside a database. If you need file uploads, store them inside s3 or r2 and save the key inside your database as well
Answer
Red-billed TropicbirdOP
Ok thanks
Red-billed TropicbirdOP
Yes and most of them are strings
Sure thing. Please mark solution
Red-billed TropicbirdOP
I went with s3 and are saving them as pdfs with the key saved in db