kumarsubedi93 / dimitra-media-manager

Media Management System: A Node.js, Nest.js, Sequelize, and Vue.js powered repository for efficient organization, uploading, and handling of media files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

Nest framework TypeScript starter repository.

Before Start

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

Installation

$ cd media-backend-nestjs
$ npm install

Running the app

#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

For Vue Application

Installation

$ cd media-frontend-vuejs
$ npm install

Running The app

$ npm run dev

About

Media Management System: A Node.js, Nest.js, Sequelize, and Vue.js powered repository for efficient organization, uploading, and handling of media files


Languages

Language:TypeScript 43.5%Language:Vue 41.4%Language:CSS 7.6%Language:JavaScript 5.7%Language:HTML 1.8%