Skip to content

vkarpov15/lean-mean-nutrition-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lean-mean-nutrition-sample

Just a simple 80's themed food journal

Setup

  1. Download data set

  2. Untar data set and run mongorestore

  3. Copy nutrition data to leanmean database: db.copyDatabase('usda', 'leanmean', 'localhost')

  4. Create a text index on description: use leanmean; db.nutrition.ensureIndex({ "description" : "text" });

About

Paleo-friendly 80's themed food journal single page app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published