Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

readme.md

File metadata and controls

25 lines (15 loc) · 1.19 KB

New York Search Engine

A custom search experience for NYC

Why a custom search engine?

  • New York Search Engine (NYSE) offers a unique single source of truth approach to finding out information about NYC.

  • Rather than needing to go different websites for court, public meeting or business information, NYSE offers all that information at single point with an easy to use interface.

How to start locally:

  • docker-compose up in root will start the back end
  • docker-compose up -f docker-compose-full.yml in root will start the both the front-end and back end
  • npm start or npm run start in the user-interface folder will start the angular application.
  • npm run test in the same folder will run the Jasmine tests.
  • Feature tests can be run for the microservices using Selenide.