Download and install Node.js
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
The dataset we used can be found at Yelp dataset
-
Parse the json dataset into CSV format.
-
Use Oracle SQL *Loader to load data into Oracle database. Documentation can be found at SQL *Loader
- run
npm installto install dependencies - Navigate to YummyRadar_backend directory, then run
npm startto start server.
- run
npm installto install dependencies. - Navigate to YummyRadar directory, then run
ng serveto start angular application. - Try to search comments from users, restaurant information, or whatever you are interested in. Checkout visiualiztion for restaurants analysis with pie chart, bar chart, line graphs, and more.