A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- NPM
- Node.js
- NestJS
- Docker
$ docker-compose up
email
password
name - optional
age - optional
phone - optional
# multipart/form-data
name
category
description - optional
productCode - optional
price
file - multiple images
# query params
category - optional -- category wise search
skip - optional -- pagination
search - optional -- text search
# Swagger
localhost:3000/api