Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 664 Bytes

File metadata and controls

39 lines (27 loc) · 664 Bytes

project2-theprojecting

Database fields

Tables users & events

  • Name
  • Email
  • Password

Optional: Address Profile Picture // Interest (link to other users)

Events

  • Category
  • Time/Date
  • Location
  • Number of People
  • Description

Third Table - Many to Many - // May be handled by Sequelize otherwise it’s going to be two unique keys connecting

Main Page - Display Events, Gives the two buttons, has a login component Find A Meetup Page Create a Meetup Page Account Page Event Page (page for each event app)

Search API route, which takes inputs from front and then display matching data from DB HTML route that displays Handle bars