valfink/banana-rescue

As a user, I want to see all available food items

Closed this issue · 0 comments

"Hi! I want to see all of the available items!"

  • backend
    • GET endpoint /api/food
    • FoodItem model
    • fetch items from MongoDB
  • frontend
    • header and navigation
    • display all items, served from the backend
    • Gallery and Card Component
    • route: /food
    • navigation link
  • unit and integration tests