Go to file
2022-08-25 21:52:17 +02:00
dto Added dto for Admin Panel, moved UserRole to dto 2022-08-25 20:32:23 +02:00
frontend Created hidden Admin Panel 2022-08-25 21:27:39 +02:00
src Created hidden Admin Panel 2022-08-25 21:27:39 +02:00
tools Initial commit 2022-08-17 21:59:51 +02:00
.eslintrc.js Added linting so everything gets absolutly imported 2022-08-25 19:59:53 +02:00
.gitignore Initial commit 2022-08-17 21:59:51 +02:00
.gitlab-ci.yml Removed key from cache in hopes of it working better 2022-08-25 21:52:17 +02:00
.prettierrc Initial commit 2022-08-17 21:59:51 +02:00
nest-cli.json Fixed nest cli 2022-08-23 21:49:36 +02:00
package.json Fixed webpack resolve problems 2022-08-25 21:38:10 +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.json Added linting so everything gets absolutly imported 2022-08-25 19:59:53 +02:00
webpack.config.ts Fixed webpack resolve problems 2022-08-25 21:38:10 +02:00
yarn.lock Fixed webpack resolve problems 2022-08-25 21:38:10 +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