Code Invest is a Home-Broker application that simulates Stock Exchanges buyings and sellings.
- Golang
- Node.js + NestJS
- Apache Kafka
- ReactJS + Next.js
All of this in order to achieve realtime speed with Server-Sent Events (SSE)!
- Run
docker compose up
in the root folder - Run
npm install
andnpm run dev
in thefrontend
folder