As a user, I want to see all available food items
Closed this issue · 0 comments
valfink commented
"Hi! I want to see all of the available items!"
- backend
- GET endpoint
/api/food
FoodItem
model- fetch items from
MongoDB
- GET endpoint
- frontend
- header and navigation
- display all items, served from the backend
- Gallery and Card Component
- route:
/food
- navigation link
- unit and integration tests