Resume Builder App
Answered
Red-billed Tropicbird posted this in #help-forum
Red-billed TropicbirdOP
I am creating a resume builder app currently and am wondering what would the backend logic look like, I am asking the user what template they want to use then they will fill out a multiform with all of the info. I am using Prisma and NeonDB.
Answered by B33fb0n3
you can build what ever suites your case. There is no correct or incorrect thing. Build the objects, that you need. Create the tables for the objects and build relations to objects. That will take some time and you should take your time, because it's very important how you backend looks like. Mine looks like this right now: (see attached)
13 Replies
@Red-billed Tropicbird I am creating a resume builder app currently and am wondering what would the backend logic look like, I am asking the user what template they want to use then they will fill out a multiform with all of the info. I am using Prisma and NeonDB.
you can build what ever suites your case. There is no correct or incorrect thing. Build the objects, that you need. Create the tables for the objects and build relations to objects. That will take some time and you should take your time, because it's very important how you backend looks like. Mine looks like this right now: (see attached)
Answer
@B33fb0n3 you can build what ever suites your case. There is no *correct* or *incorrect* thing. Build the objects, that you need. Create the tables for the objects and build relations to objects. That will take some time and you should take your time, because it's very important how you backend looks like. Mine looks like this right now: (see attached)
Thrianta
Not sure if it is supposed to be, but this image is illegible
@Thrianta Not sure if it is supposed to be, but this image is illegible
It should be like this, because else I could only show parts of the schema clearly and then you don't see what I mean
Thrianta
Oh ok. Cant you export and high-res png?
@Thrianta Oh ok. Cant you export and high-res png?
The schema is not important. It's for a whole different project. It's just to showcase how you want to do it
Thrianta
Sure np, Im just curious 👀
@Thrianta Sure np, Im just curious 👀
American Crow
if you need templates i like the ones from eraser.io
They have 7 ER-Diagrams for common use cases (see screenshot left side). And the diagrams are good quality imo.
don't know if one fits your use case but you can learn a bit from them e.g. user management
They have 7 ER-Diagrams for common use cases (see screenshot left side). And the diagrams are good quality imo.
don't know if one fits your use case but you can learn a bit from them e.g. user management
Thrianta
Thanks thats so sick
@Thrianta Thanks thats so sick
Or use the one, that I showed: https://dbdiagram.io/home
Red-billed TropicbirdOP
Ok thanks
So If I had resume templates how would I store them?