junjiequ1459 / MealMate

Yelp clone
5 stars 0 forks source link

Issue #05 - Backend Routes #5

Open keginzburg opened 1 year ago

keginzburg commented 1 year ago

Backend Routes

Comments

  1. Your first Users route GET /api/users is a collection route pertaining to a singular user's profile. Again, the profile page should not be one of your main features at this point, but that being said, you might want to change this to a member route instead.
  2. For your Business routes, the descriptions pertain to Session routes.
  3. For your Review routes, the API resource is biz instead of reviews.