maalbaneze / ICanEatThat

Project #3
0 stars 0 forks source link

Database (Model) Design #3

Open maalbaneze opened 5 years ago

maalbaneze commented 5 years ago
  1. Determine basic design
  2. Build the MongoDB
  3. Seeds for testing
  4. View in Robo3T
maalbaneze commented 5 years ago

Make three collections for the ICanEatThat db

  1. Users (username, email, addToMailing?)
  2. Restaurants (name, zip code, postal code)
  3. Meals (type, name, description, est carb count)