Database fields
Tables users & events
- Name
- 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