/fileserver

A webapp to view and play local files

Primary LanguageTypeScript

File server

Just a random personal project that was made to view local files on the local network through a web browser.

User Interface

Setting up

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.

Frontend

cd frontend
yarn install

Backend

cd backend
yarn install
npx prisma migrate dev