An app that generates images from a database of 1500 as you scroll down.
Start server by creating an 'images' folder where all images from https://docs.myxrobotics.com/sourceImages_medium_109.zip should be stored. After that run these three commands in the backend folder:
npm install
npm run build
npm start
Start client server by running these two commands in the front folder:
npm install
npm start