CheeseWolt / DailyTube-Plateforme

Backend pour le projet DailyTube
1 stars 0 forks source link

DailyTube Plateforme

Description

Plateforme (Back-end) pour le vsionnage de vidéos.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod