Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.15 KB

File metadata and controls

45 lines (29 loc) · 1.15 KB

Docker

Local Development

  1. Install Docker Desktop
  2. Run npm run docker:start
  3. Go to http://localhost:8080 in your browser

You can connect to the db via postgresql://cuttlesworth:p4ssw0rd!@database:5432/cuttle locally, and query or manage migrations with a database administration tool like DBeaver.

Architecture

Client Container

Server Container

  • Runs Sails.js
  • Hostname of server:1337
  • Connects to Postgres via port 5432

Postgres Container

Diagram

Architectural Diagram

Diagram can be edited on draw.io.