This is a small project using MUI, Next.js and Websocket to fetch and display data, while it is able to recieve real data update from nest.js backend
- Prepare the backend server, see here for more details
- Build the docker image using following command
docker-compose up --buildAfter the build process, the frontend will be running on http://localhost:5200