Overview

The problem: Many college students have limited kitchen resources, limited cooking skills, limited time, limited access to grocery stores, and no access to creative recipes that respect these constraints. As a result, college students spend money to eat out, or eat non-healthy foods at fast food places or through vending machines.

The solution: Healthy Manoa creates a way for students (on-campus or off) to learn and share recipes that:

Team Members

Developer Guide

C:\Users\user\Documents\GitHub\project\app>meteor npm run start

> meteor-application-template-react@ start C:\Users\57466\Documents\GitHub\project\app
> meteor --no-release-check --settings ../config/settings.development.json

[[[[[ C:\Users\user\Documents\GitHub\project\app ]]]]]

=> Started proxy.
=> Started MongoDB.
W20191217-15:04:17.425(-10)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt.
W20191217-15:04:17.741(-10)? (STDERR) While this implementation will work correctly, it is known to be
W20191217-15:04:17.742(-10)? (STDERR) approximately three times slower than the native implementation.
W20191217-15:04:17.742(-10)? (STDERR) In order to use the native implementation instead, run
W20191217-15:04:17.742(-10)? (STDERR)
W20191217-15:04:17.743(-10)? (STDERR)   meteor npm install --save bcrypt
W20191217-15:04:17.743(-10)? (STDERR)
W20191217-15:04:17.743(-10)? (STDERR) in the root directory of your application.
I20191217-15:04:18.232(-10)? Creating the default user(s)
I20191217-15:04:18.233(-10)?   Creating user admin@foo.com.
I20191217-15:04:18.456(-10)?   Creating user vendor@foo.com.
I20191217-15:04:18.657(-10)?   Creating user john@foo.com.
I20191217-15:04:18.852(-10)?   Creating user kyle@foo.com.
I20191217-15:04:19.058(-10)? Creating default data.
I20191217-15:04:19.059(-10)?   Adding: Basket (john@foo.com)
I20191217-15:04:19.085(-10)?   Adding: Bicycle (john@foo.com)
I20191217-15:04:19.089(-10)?   Adding: Banana (admin@foo.com)
I20191217-15:04:19.091(-10)?   Adding: Boogie Board (admin@foo.com)
I20191217-15:04:19.093(-10)? Creating default data.
I20191217-15:04:19.094(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.114(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.116(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.118(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.120(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.123(-10)?   Adding: Sample Vendor (vendor@foo.com)
I20191217-15:04:19.126(-10)? Creating default recipes.
I20191217-15:04:19.127(-10)?  Adding: Fried Rice (john@foo.com)
I20191217-15:04:19.150(-10)?  Adding: Spam Musubi (kyle@foo.com)
I20191217-15:04:19.155(-10)? Creating default vendors.
I20191217-15:04:19.157(-10)?  Adding: Longs Drugs
I20191217-15:04:19.178(-10)?  Adding: SafeWay
I20191217-15:04:19.180(-10)?  Adding: Walmart
=> Started your app.

=> App running at: http://localhost:3000/
   Type Control-C twice to stop.

User Guide

Landing Page

The home page will welcome the user to the Healthy Manoa with search bar.

About Us Page

The About Us page gives brief information on app and organization. Provides link to this page.

Vendor Page

List of all vendors near UH.

Recipes Page

List of all recipes.

Signin/Sign up Page

Add/Edit Recipe

Page to add recipe to recipe list.

Inventory Page

Page for vendors to add inventory.

Add/Edit Inventory

Add/Edit Vendor

Community Feedback