Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 472 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 472 Bytes

FluentSearch Backend for Frontend

Description

Installation

install dependencies

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Docker

$ docker-compose -f docker-compose.dev.yml up --build

License

Nest is MIT licensed.