Skip to content

marcelovdo/trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small clone of a Trello board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published