Skip to content
Calvin Swomley edited this page Dec 2, 2021 · 5 revisions

Welcome to the project2 wiki!

Model > sequelize

  • index
  • User
  • Subscriptions

View > use handlebars

  • login
  • User Account Creation
  • homepage
  • subscription creation
  • View all subscriptions page
  • View single subscription page

Controller

  • GET route for All subscriptions
  • GET route for single subscription (by ID)
  • POST route for creating new subscription
  • POST route for login
  • POST route for logout

UTILS

  • Middleware

db

  • schema.sql

Seeds

NOTES:

  • Subscription logos
  • Plan to hard code recommendations initially

NICE TO HAVES:

  • Delete subscription
  • Create user and delete user feature

Major New Features/ Add ons

  • Link subscriptions to 3rd partys
  • Pay bills via site
  • Suggest trending subscriptions/products
  • Share account with others
  • Show usage stats
  • Spend analysis: do you pay more than others? How much do you spend per month
  • Prepopulated list of subscriptions / recommended text?

Clone this wiki locally