cesar2064 / wefounder-test-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Nest framework TypeScript starter repository.

Installation

Node JS 16 lts version is required

$ npm install

Lib requirements

In order to allow the application to manipulate the images, we need the following libs to be installed:

Debian/Ubuntu:

sudo apt install libreoffice-dev imagemagick poppler-utils

Mac:

brew install imagemagick poppler ghostscript

Debian/Ubuntu:

$ sudo apt-get install ghostscript
$ sudo apt-get install graphicsmagick

Mac:

brew install gs graphicsmagick

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

The app is available in port 3000, example: http://localhost:3000

Swagger

you could access swagger by the following url: http://localhost:3000/swagger/#/

About


Languages

Language:TypeScript 90.4%Language:JavaScript 8.8%Language:Shell 0.8%