Skip to content

SarahMahovlich/miso_list

Repository files navigation

Miso_list

When you are recommended something it's not always easy to jot it down for later in an organized fashion. Adding the item to your phone or computer ends up taking time and opening up the right app is only part of the problem. You then have to locate the right list ("Movies to watch", "Books to read", etc.) to add to. And if you do get it in to the right list, you don't have much more context about it. This delay and lack of additional information acts as a huge deterrent.

The solution? Miso_list! A smart, auto-categorizing todo list app. The user simply has to add the name of the thing, and it gets put into the correct list.

Final Product

"Landing Page"

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: labber
  • password: labber
  • database: midterm
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server after any changes
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • body-parser 1.19.0
  • chalk 2.4.2
  • cookie-parser 1.4.4
  • cookie-session 1.3.3
  • dotenv 2.0.0
  • ejs 2.6.2
  • express 4.17.1
  • jquery 3.4.1
  • morgan 1.9.1
  • node-sass-middleware 0.11.0
  • pg 6.4.2
  • pg-native 3.0.0

Authors

The following project is a joint work by @SarahMahovlich, @ChrisnNg, and @anthonyzhu132.

Acknowledgments