Nest framework TypeScript starter repository.
Before installing the node module package please make sure your computer or server
must have ffmpeg multimedia framework because inside this project fluent-ffmpeg package used.
Vist below about ffmpeg
https://ffmpeg.org/download.html
$ cd media-backend-nestjs
$ npm install
#first Create MYSQL database with name media
#After database creation and connections
#Run migrate command
$ npm run migration:run
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ cd media-frontend-vuejs
$ npm install
$ npm run dev