Simple Recipes Search is a simple search engine for Open Recipes.
Feel free to fork, hack, and submit pull requests.
-
Fork the repo
-
Clone your repo
git clone https://github.com/[your-username]/simplerecipesearch.git`
- Enter the directory
cd simplerecipesearch
- Install dependencies
npm install -d
-
Download the recipes from Open Recipes and import them into your MongoDB
-
Create a
config.js
based onconfig.example.js
and your DB info -
Run the app
node app