Chicken Breast Meals is a recipe website I designed and developed using AngularJS, Node, Express, MongoDB, and other web technologies.
TRY IT LIVE Chicken Breast Meals on Heroku
Screenshots:
Setup and Installation
- Clone this repo
- npm install
- npm install -g bower
- npm install -g protractor
- bower install
- In a separate terminal window, start mongoDB: mongod
- In a separate terminal window, start webdriver: webdriver-manager start (for e2e tests)
- In a separate terminal window, start the server: grunt default
Use
Now you should be able to see the app in browser: http://localhost:3000
Tests
- Run karma and e2e protractor tests: grunt localTest