A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
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
# installl dependencies
$ npm install
# unit tests
$ npm run test
# watch mode
$ npm run start:dev
# Build Local
$ docker-compose build
# Run Local
$ docker-compose up
# Build in path or url
$ docker build {URL | PATH}
http://localhost:3000/api/
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.