2D blocks connection viewer to move Medic-Blocks (https://www.youtube.com/watch?v=vfGh4sR-AP4) from C++ to the Web
In the "database" directory, ensure that Docker is operational on your computer before proceeding.
docker-compose up -d- First go to backend folder and run
npm install
npm startGo to frontend folder and run
npm install
npm start (MacOS)
npm run start-pc (Windows)