Skip to content

maratismodest/fileserver-nestjs

Repository files navigation

banner

Description

File Server

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# pm2
$ pm2 start npm -- start
pm2 start dist/main.js --name fileserver
pm2 startup systemd
pm2 save

Author

About

File server based on Nest.JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published