Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

This repository is a solution for the Exercise section in the Periapt-Health/code-interview repository.

Going over parts of the exercises

checkout to a branch called part-a

git checkout part-a

For more details (diff & comments) see PR

checkout to a branch called part-b

git checkout part-b

For more details (diff & comments) see PR

checkout to a branch called part-c

git checkout part-c

For more details (diff & comments) see PR

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

License

Nest is MIT licensed.