Skip to content

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

Notifications You must be signed in to change notification settings

kumarsubedi93/dimitra-media-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published