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

YouApp Assignment - Anuj Patil

I was able to complete important elements of the task, and despite the fact that the assignment was too large for an interview, I made the most of my time by demonstrating some of my coding standards. While this assignment does not demonstrate my full capabilities as a founding engineer on several projects, I tried my best with the time I had. I hope for the best.

Installation

$ npm install

Running the app

# 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

Documentation

#run the docker env
docker compose up --build

#head over to the documentation page
http://localhost:3000/api