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:
- Clone or download the repo from https://github.com/Kikisek/cookbook
- Run
npm install
- Install MongoDB locally, using instructions from https://docs.mongodb.com/manual/administration/install-community/
- To start MongoDB, run
mongod
- To start the app, run
node app.js
ornpm start