WDI-SEA / project-4-issues

Open an issue to receive help on project 4 issues
0 stars 0 forks source link

Having issue conceptualizing route "flow" #15

Closed jmeier2715 closed 2 years ago

jmeier2715 commented 2 years ago

What stack are you using?

(ex: MERN(mongoose + react), DR(django + react), PEN, etc.)

PERN

What's the problem you're trying to solve?

I'm trying to understand what route paths I want to use so I can have access to specific CRUD functionalities where I want them. I'm getting confused because I want to have post functionality for two different routes on the same page as well as both get index routes on another page.

Post any code you think might be relevant (one fenced block per file)

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

What is your best guess as to the source of the problem?

What things have you already tried to solve the problem?

jmeier2715 commented 2 years ago

Clarified the proper routing to use for postgres. Solidified my understanding of how to approach layout.