Built with TypeScript, Nestjs, Reactjs, MongoDB, Elasticsearch and Docker.
Install Docker
$ docker-compose build$ docker-compose-up# server unit tests
$ docker-compose run server yarn test --forceExit
# server e2e tests
$ docker-compose run server yarn test:integration --forceExitNavigate to http://localhost:5000/api and browse the swagger api documentation
Navigate to http://localhost:3000 and browse the application
Navigate to http://localhost:5601 to access kibana
# seed the database with dummy data
$ docker-compose run server yarn seed