Go to file
Mutzi 762c1c84c9 Merge branch 'user-info' into 'main'
Add user info/profile page

See merge request root/fileserver!5
2022-08-25 16:24:03 +00:00
dto Added dto for profile page 2022-08-25 17:52:23 +02:00
frontend Created Profile page in frontend 2022-08-25 17:54:00 +02:00
src Completed backend of profile page 2022-08-25 17:53:45 +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
.gitlab-ci.yml Fixed CI 2022-08-25 15:59:18 +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 Added lint-fix-all command 2022-08-25 17:54:30 +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 Frontend validation 2022-08-25 14:16:29 +02:00
webpack.config.ts Fixed webpack distribution 2022-08-25 12:49:28 +02:00
yarn.lock Use dto package in backend 2022-08-25 13:43:47 +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