Skip to content

codingbymohsen/hashthink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hashthink Full-stack Test

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.


Screen shots

Accounts Transaction list

πŸ“¦ Tech Stack

Frontend:

  • ReactJS
  • TailwindCSS
  • TypeScript
  • State (React state or context API)

Backend:

  • NestJS (Node.js + TypeScript)
  • Express
  • Optional: Redis, MongoDB/PostgreSQL, Socket.IO, RabbitMQ

πŸ“ Folder Structure

  • frontend/ β€” React app with the Receivers dashboard.
  • backend/ β€” NestJS server with transaction APIs.

πŸš€ Getting Started

1. Clone the Repo

git clone https://github.com/codingbymohsen/hashthink.git
cd hashthink-fullstack-test

run mongodb on docker

docker compose up -d

run front end

npm run dev

run backend

npm install
npm run start:dev

seed the mongodb

npm run seed:transaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages