Skip to content

farzinf/captain-interview

Repository files navigation

Description

Captain company interview code challenge

Installation

$ npm install

Running the app

copy environment variable

cp .env.example .env

if need mongodb

docker-compose up

run project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors