- A web application for CSC 360
This application displays nutritional values of diffrent food back to the user in a graph form.
To Run the application you have to:
- Clone the repository
- Go inside the website repository:
cd Nutrition-Food-Graph/website - Install all the dependencies:
npm install - Serve the application:
ng serve --open
Your browser should automatically open up to http://localhost:4200/
Make sure all the dependencies are installed first before testing with: : npm install
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
