Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsivsi/meteor-file-sample-app
Sample application for Meteor file-collection Atmosphere package
https://github.com/vsivsi/meteor-file-sample-app
Last synced: 2 months ago
JSON representation
Sample application for Meteor file-collection Atmosphere package
- Host: GitHub
- URL: https://github.com/vsivsi/meteor-file-sample-app
- Owner: vsivsi
- License: other
- Created: 2014-07-13T21:14:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T20:29:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-08T01:40:19.161Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 731 KB
- Stars: 15
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starter - Meteor: Filesystem
README
## file-collection Sample App
This is a sample application demonstrating the use of the Meteor [file-collection](https://atmospherejs.com/vsivsi/file-collection) package.
Note! This version of the sample app uses Meteor 1.4.x.x and file-collection 1.3.x
This demo app uses file-collection's built-in support for [Resumable.js](http://www.resumablejs.com/) to allow drag and drop uploading of files. Beyond that, it presents a simple image management grid with basic metadata, user acounts with file ownership, previews of images with click to load, and the ability to download or delete files.
Just run `meteor npm install && meteor` in this directory and then once the app server is running, point your browser at `http://localhost:3000/`.
For a more advanced example that uses the `job-collection` package to automatically create and use thumbnails for uploaded images, see: https://github.com/vsivsi/meteor-file-job-sample-app