yogevlahyani / code-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Part A

checkout to a branch called part-a

git checkout part-a

For more details (diff & comments) see PR

Part B

checkout to a branch called part-b

git checkout part-b

For more details (diff & comments) see PR

Part C

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.

About


Languages

Language:TypeScript 76.1%Language:JavaScript 23.9%