#Cook it

A app to find recipes and create new ones. Recipes come from its own database or Edamam API.

screenshot_2016-12-12_10-23-25 screenshot_2016-12-12_10-31-02 screenshot_2016-12-12_10-32-43

##To install: After cloning/forking:

  • Edit src/app/api.service.ts to point to the backend

Then:

npm install
npm start

By default it will look for

##Tech Stack

  • Koa2
  • Angular2
  • MongoDB with mongoose
  • Passport.js

Backend repo: https://github.com/scruben/recipes-backend