This is a full-stack project built for the Hashthink technical assessment. It features a single-page dashboard with React, Nextjs, TailwindCSS, and a NestJS backend.
- ReactJS
- TailwindCSS
- TypeScript
- State (React state or context API)
- NestJS (Node.js + TypeScript)
- Express
- Optional: Redis, MongoDB/PostgreSQL, Socket.IO, RabbitMQ
frontend/β React app with the Receivers dashboard.backend/β NestJS server with transaction APIs.
git clone https://github.com/codingbymohsen/hashthink.git
cd hashthink-fullstack-testdocker compose up -d
npm run dev
npm install
npm run start:dev
npm run seed:transaction

