You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall, really nicely thought out! One small thought: does a booking need to know the number of guests?
Backend Routes
You'll probably need a users GET route
Keep in mind, since the ability to create listings will be a bonus MVP, you don't need to worry about POST/PATCH/DELETE routes for the listings unless you get to the bonus phase
Will users be able to edit their bookings? If so, you need a patch route
Same goes for reviews ^
Frontend Routes
You'll need a route + component for a user to view their bookings
The text was updated successfully, but these errors were encountered:
Sample State
Overall, really nicely thought out! One small thought: does a booking need to know the number of guests?
Backend Routes
Frontend Routes
The text was updated successfully, but these errors were encountered: