Skip to content

Data driven web application. Developed with Node.js, Oracle database, and Angular.

Notifications You must be signed in to change notification settings

Shanfang/YummyRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

1. Install Node.js

Download and install Node.js

2. Install AngularCLI

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

3. Dataset

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

Start the server

  • run npm install to install dependencies
  • Navigate to YummyRadar_backend directory, then run npm start to start server.

Start the angular application

  • run npm install to install dependencies.
  • Navigate to YummyRadar directory, then run ng serve to 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.