Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.11 KB

readme.md

File metadata and controls

46 lines (30 loc) · 1.11 KB

Node

API using Node, Express, MongoDB, ESLint, Prettier, Folder-by-Feature Structure.

TECHNOLOGIES

RUN

Visual Studio Code

Prerequisites

Steps

  1. Run the command docker compose up --detach --build --force-recreate --remove-orphans in the Terminal.
  2. Run the command npm run restore in the Terminal.
  3. Run the command npm run start in the Terminal.
  4. Press F5 (only for debugging).
  5. 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.