Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 827 Bytes

File metadata and controls

46 lines (30 loc) · 827 Bytes

Fullstack TypeScript

Built with TypeScript, Nestjs, Reactjs, MongoDB, Elasticsearch and Docker.

Dependencies

Install Docker

Installation

$ docker-compose build

Running the app

$ docker-compose-up

Test

# server unit tests
$ docker-compose run server yarn test --forceExit

# server e2e tests
$ docker-compose run server yarn test:integration --forceExit

Usage

Navigate 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

Bonus

# seed the database with dummy data
$ docker-compose run server yarn seed