/cookbook

Cookbook app created with jQuery.

Primary LanguageHTML

Kiki's CookBook http://kikis-cookbook.herokuapp.com/

Personal cookbook for Kiki's favorite recipes. Work is still in progress, new features and designs are slowly being added. Known bugs are tracked in Issues tab.

Run the app locally:

  1. Clone or download the repo from https://github.com/Kikisek/cookbook
  2. Run npm install
  3. Install MongoDB locally, using instructions from https://docs.mongodb.com/manual/administration/install-community/
  4. To start MongoDB, run mongod
  5. To start the app, run node app.js or npm start