https://github.com/kasvith/media-manager
:cloud: A cloud based media manager to manage media files integrated with Dropbox, Google Drive etc.
https://github.com/kasvith/media-manager
Last synced: 4 months ago
JSON representation
:cloud: A cloud based media manager to manage media files integrated with Dropbox, Google Drive etc.
- Host: GitHub
- URL: https://github.com/kasvith/media-manager
- Owner: kasvith
- License: gpl-3.0
- Created: 2018-12-26T16:00:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T08:27:26.000Z (over 7 years ago)
- Last Synced: 2025-07-31T23:16:36.089Z (11 months ago)
- Language: Vue
- Homepage: https://anu1601cs.github.io/media-manager/
- Size: 60.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Media Manager
### Directory layout
.
├── docs # Documentation files (alternatively `doc`)
├── public # Public files
├── server # Server of application
├── src # Source files (alternatively `lib` or `app`)
├── test # Automated tests (alternatively `spec` or `tests`)
├── LICENSE
└── README.md
## Vue CLI-3 Install
# npm
npm install -g @vue/cli
## Installation
# npm
# In root and server run
npm install
# In server folder run
npm start
# In root run
npm run serve
# Done! Magic happens on port: http://localhost:8080
## Some Screenshot
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2018, Anurag Kumar [anu1601cs](http://github.com/anu1601cs/)