fileserver/old_backend
2022-08-28 18:29:11 +02:00
..
src Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
tools Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
.eslintrc.js Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
.gitignore Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
.prettierrc Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
nest-cli.json Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
package.json Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
README.md Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
requests.http Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
tsconfig.json Rewrote backend in c++ 2022-08-28 17:38:21 +02:00
yarn.lock Rewrote backend in c++ 2022-08-28 17:38:21 +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