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.jsbased onconfig.example.jsand your DB info -
Run the app
node app