A cards marketplace system where users can trade cards with other users.
- Docker;
- Node.js.
- Clone the repository;
- Install dependencies (
yarn
); - Setup PostgreSQL and Redis (
docker compose up -d
); - Copy
.env.example
file (cp .env.example .env
); - Run application (
yarn start:dev
).