Skip to content

josegonzalezlopez/nestJS-backend

Repository files navigation

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Installation of additional components

 $ npm i @nestjs/mongoose mongoose
 $ npm i @nestjs/config
 $ npm i class-validator class-transformer
 $ npm i bcryptjs => to encrypt user password
 $ npm i --save-dev @types/bcryptjs
 $ npm install --save @nestjs/jwt

Running the app

run:
docker compose up -d

copy file .env.template and rename to .env

# development
$ npm run start

# watch mode
$ npm run start:dev

Releases

No releases published

Packages

No packages published