LancePants97 / market_money_2405

1 stars 0 forks source link

1. Get All Markets #5

Closed LancePants97 closed 3 months ago

LancePants97 commented 3 months ago
  1. This endpoint should follow the pattern of GET /api/v0/markets and should return ALL markets in the database.
  2. In addition to the market’s main attributes, the market resource should also list an attribute for vendor_count, which is the number of vendors that are associated with that market.
tnoble-cmd commented 3 months ago

'Setup Factory for market. Set up controller for markets. Created Market Serializer and all_markets method. Added jsonape-serializer GEM. US1 complete.

tnoble-cmd commented 3 months ago

Sending PR