This is the backend module of the Multimedia Management System Create a Multimedia Management System for storing and managing multimedia files
Technologies Used
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 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.
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 appNote: 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>