GithubHelp home page GithubHelp logo

isabella232 / file-metadata-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xymor/file-metadata-manager

0.0 0.0 0.0 619 KB

File upload and metadata management admin system.

License: MIT License

CSS 49.75% HTML 0.11% JavaScript 50.14%

file-metadata-manager's Introduction

file-metadata-manager

A simple web-based file and file metadata management admin system.

Overview

This standalone admin web app can be used to manage (add/remove/update) file system stored assets, while at the same time manage any associated (custom) metadata. Custom metadata fields are defined via config files. When adding/updating files, metadata can be added/updated as well. All metadata is database stored, so it can be easily retrieved by any third party system that needs to work with this metadata. This system just provides a way to manage files and their associated metadata; it doesn't provide any additional functionality for using the stored files and metadata.

Technical

  • Meteor based web app built using React for the view layer.
  • Works with Mongo DB to store file metadata.
  • Works with any custom file system location to store uploaded files.

Installation

Make sure you have Meteor installed, then:

git clone https://github.com/hwillson/file-metadata-manager.git
cd file-metadata-manager
meteor npm install
meteor

The running application can then be accessed at: http://localhost:3000/files

Testing

Unit tests can be run with meteor npm test, then by visiting http://localhost:3100.

Settings

Application settings (stored in config/settings.json) are explained below:

{
  "public": {
    TODO
  },
  "private": {
    TODO
  }
}  

file-metadata-manager's People

Contributors

hwillson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.