This is the frontend 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 frontend
- React - fast node.js webapp frontend framework
- Redux - state container for caching
- Redux-Thunk - thunk middleware for dispatching and get the state
- React-Router-DOM - some components and hooks like useParams, Link, History etc.
- Axios - making API Calls
- AntD - frontend framework for components like Table, Icons etc.
- Backend - Custom Made Backend Module
Multimedia Management System requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd Multimedia-Management-System-Frontend
npm i
npm startNote: Before Running Please Run Backend Parallely.