Skip to content
Srishti Hunjan edited this page Nov 27, 2017 · 5 revisions

Welcome to the GULP wiki!

Description:

The project aims to emulate Yelp and improve the search speed and quality by using ElasticSearch. This is being developed for the Software Engineering course (CEN5035) at the University of Florida, Fall 2017.

Technology Involved:

  • Angular 4
  • Material Design
  • TypeScript
  • NodeJs
  • ElasticSearch
  • Protractor

How To Run

  1. npm install - To install all required node modules
  2. ng build - To build the angular app
  3. elasticsearch - To be run in a separate terminal to start the elasticsearch server
  4. node www - To be run in a separate terminal to start the node server
  5. In a browser, go to "localhost:4200" to access the website

Team Members:

Clone this wiki locally