Skip to content

Vivek79781/Multimedia-Management-System-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimedia-Management-System-Backend

This is the backend module of the Multimedia Management System Create a Multimedia Management System for storing and managing multimedia files

Multimedia Management System uses a number of open source projects to work properly:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • Cloudinary - cloud services to store images and videos
  • Frontend - Custom Made Frontend Module

Create the Database

Create your MySQL Database and change ./utils/config.js file as per your configuration and run database.sql in your Database for creating all the required table.

Installation

Multimedia Management System requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

cd Multimedia-Management-System-Backend
npm i
node app

Note: Before Running Please Include Your Own Cloudinary Environment Variables. Sample .env file should look like this:

CLOUDINARY_CLOUD_NAME=<your cloud name>
CLOUDINARY_KEY=<your cloud key>
CLOUDINARY_SECRET=<your cloud secret>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors