A custom search experience for NYC
-
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.
docker-compose up
in root will start the back enddocker-compose up -f docker-compose-full.yml
in root will start the both the front-end and back endnpm start
ornpm run start
in theuser-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.