I have a pretty solid understanding of basic server side flow. I’ve made a handful of basic CRUD apps and I’m interested in learning more functionality with it. Just like previous projects before, figured the best way is to learn is to make another project.It’s a pretty basic app. Admin has the ability to send a link to (any) user via text/email, link opens up a form in which user fills and data values gets stored in MongoDB. Basic. My new quest is learning how store which user gave which form values. Each document the db has a unique _id property and stores other information like user name and form values. I just don’t understand how to keep track of a new random user and their information.From what I can tell, sessions and cookies is what I should be focusing on....possibly tokens? But I need a bit of help of getting started on the right direction or how to think about what needs to get done. If anyone can help, I’d really appreciate it!
Submitted July 04, 2020 at 12:37AM by kingducasse
No comments:
Post a Comment