Before running the project, ensure you have Docker and Docker Compose installed. Follow these steps:
-
Clone the Repository:
git clone https://github.com/R-o-d-r-i-g-o/parallelism-with-node.git cd parallelism-with-node
-
Spin up the Databases:
docker-compose up -d
-
pnpm install:
# node should be in v20.12.1 pnpm install pnpm dev