##See Github repository
##See Heroku deployment
###Authors: Hao LI ([email protected]) Jingjing XIE ([email protected])
###Overview: A dinner planner which lets one to choose dishes, check recipes, and overview preparations for dinner.
###Technologies: 1. HTML5 2. Bootstrap 3. Javascript 4. AngularJS
###API usage: Spoonacular API
###Setup:
1. Get and install node if you do not already have it yet;
2. Get a fresh copy of the project code;
3. Navigate to the project repository in your command line;
4. Run npm install
which installs the web server and other need components;
5. Run npm start
which start a local http server on port:8000;
6. You should now be able to go to http://localhost:8000/ and see the project running