Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 3.95 KB

README.md

File metadata and controls

86 lines (63 loc) · 3.95 KB

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

Nest framework TypeScript starter repository.

IMPORTANT

The test said: entities between 1 and 20, but the api's link is down, for that, i moked and api to simulate the same behavior, but, the entities are between 1 and 10.
https://demo9850821.mockable.io/entities/1
https://demo9850821.mockable.io/entities/2
https://demo9850821.mockable.io/entities/3
.
.
.
https://demo9850821.mockable.io/entities/10

Installation, Testing and Running the app via local npm

# installl dependencies
$ npm install

# unit tests
$ npm run test

# watch mode
$ npm run start:dev

Building and Running the app via Docker

# Build Local
$ docker-compose build

# Run Local
$ docker-compose up

# Build in path or url
$ docker build {URL | PATH}

Documentation - SWAGGER - URLS

http://localhost:3000/api/

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.