A small Trello clone built to study Web development.
- Server: Node.js, Express, PostgreSQL
- Client: React
With Docker installed, just run:
docker compose upIt will run the database, server, client and tests.
The following should run only the containers necessary to access the App:
docker compose up clientAnd the following should run only the server and the server's test:
docker compose up test