Go to file
2022-08-22 15:28:25 +02:00
dto Initial commit 2022-08-17 21:59:51 +02:00
frontend Initial commit 2022-08-17 21:59:51 +02:00
src Fixed err log in filesystem unlink 2022-08-22 15:28:25 +02:00
tools Initial commit 2022-08-17 21:59:51 +02:00
.eslintrc.js Initial commit 2022-08-17 21:59:51 +02:00
.gitignore Initial commit 2022-08-17 21:59:51 +02:00
.prettierrc Initial commit 2022-08-17 21:59:51 +02:00
nest-cli.json Initial commit 2022-08-17 21:59:51 +02:00
package-lock.json Initial commit 2022-08-17 21:59:51 +02:00
package.json Initial commit 2022-08-17 21:59:51 +02:00
README.md Initial commit 2022-08-17 21:59:51 +02:00
requests.http Initial commit 2022-08-17 21:59:51 +02:00
tsconfig.build.json Initial commit 2022-08-17 21:59:51 +02:00
tsconfig.json Initial commit 2022-08-17 21:59:51 +02:00

Mutzi's fileserver

Description

The most crackhead fileserver you will find on the market

Installation

npm install
cd frontend && npm install

Running the app

npm run start:dev

Run in parallel for building the frontend:

cd frontend && npm run serve