Just a random personal project that was made to view local files on the local network through a web browser.
There are no thorough installation instructions since this project isn't really meant to be used for public use but feel free to use it if you really want to.
cd frontend
yarn install
cd backend
yarn install
npx prisma migrate dev