An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Media Manager logo


License
License
Greenkeeper badge

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/)