Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1002 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 1002 Bytes

NEST

API using Nest, JWT Authentication and Authorization, Swagger, Folder-by-Feature Structure.

TECHNOLOGIES

RUN

Visual Studio Code

Prerequisites

Steps

  1. Run the command npm run restore in the Terminal.
  2. Run the command npm run start in the Terminal.
  3. Open http://localhost:3000 in the Web Browser.
Docker

Prerequisites

Steps

  1. Run the command docker compose up --detach --build --force-recreate --remove-orphans in the Terminal.
  2. Open http://localhost:4000 in the Web Browser.