A dumb little web app that lets me show photos easily to friends and family.
Made with JetBrains Junie as kind of a demented way for me to be able to speak more to where and how agentic AI might be useful for programmers.
This application can be run in Docker. To build and run the application using Docker:
docker build -t photos-app .docker run -p 8080:8080 -v /path/to/your/photos:/app/photos photos-appReplace /path/to/your/photos with the path to your photos directory on the host machine.
Once the container is running, you can access the application at http://localhost:8080