This was as personal project that I made for my Wedding. The goal was to my guests share photos with us(me & wife) easily. It was like a public gallery. Everyone could see all the photos that were being shared. No accounts or other shenanigans. "Go to this website and upload it from your phone!"
Video Showcase: click bellow!
cd ./client && npm i
cd ./server && npm i
cd ./client && npm run dev
cd ./server && npm run dev
# Open the client localhost url
cd ./client && npm run build
# The frontend dist folder is symlink to ./server/public/www
cd ./server && npm start
# Server will serve the frontwend from ./server/public/www