/health-tracker

A web application to help improve healthy dietary behaviors.

Primary LanguageJavaScriptOtherNOASSERTION

Health Tracker

A web application to help improve healthy dietary behaviors.

Credits

Project Features

home-page

Users can:

  • Sign up for an account
  • Personalize profile with specifications such as allergies and religious restrictions
  • Search individual ingredients for healthier alternatives
  • Add recipe to user profile
  • See suggested alternatives based on recipe ingredients
  • Customize recipe with alternatives

How to run locally:

  • Clone the repository:
git clone https://github.com/Group7A/health-tracker.git
  • Run bower install and npm install:
bower install && npm install
  • Start the app:
npm start

How to update database and server connections:

The database is located at https://mlab.com/databases/health_tracker. To change to another database, update the mongo uri in config/env/development.js.