Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 599 Bytes

Trello board clone

A small Trello clone built to study Web development.

print

Stack

  • Server: Node.js, Express, PostgreSQL
  • Client: React

Usage:

With Docker installed, just run:

docker compose up

It will run the database, server, client and tests.

The following should run only the containers necessary to access the App:

docker compose up client

And the following should run only the server and the server's test:

docker compose up test