This is a stock management application built with React, NestJS, MongoDB, and Docker.
- Stock List
- Portfolio
- Node 18
- Git (optional)
- Docker (optional)
You can also run this app as a Docker container:
Step 1: Clone the repo
git clone https://github.com/psiraorarnroj/stock-management.git
Step 2: Build and run the Docker container:
docker-compose build
docker-compose up -d
Step 3: Open the application in your browser:
open http://localhost:3001