Skip to content

mihalskiy/nest-files-generator

Repository files navigation

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API endpoints

APIs VERB Parameters Description
/generate-document POST let parameters file-generator
parameters = hotel: string,
             formData: {
                 files: {
                   label: string
                   images: Array<string>
                   required: boolean
                 },
                 guestDetails: [
                   label: string
                   value: string
                 ],
                 checkbox: [{
                    id: string,
                    text: string,
                    value: boolean
                 }],
                signature: {
                    value: string,
                    label: string,
                },
             },
             checkedInAt: Date,
             checkedOutAt: Date,
             convertType: string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published