CodeVis is an online tool that allows you to visualise the flow of your code using Mermaid.
clone the repo:
git clone
cd into the client dir(from the root):
cd ./client/vis-client
install the dependancies
npm install
run the react app
npm start
cd into the server dir(from the root):
cd ./server
build the dockerfile:
docker build -t server .
run docker image
docker run -p 8080:8000 server