Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalik/ufs-demo
Example project that uses UploadFS.
https://github.com/jalik/ufs-demo
example file-upload meteor
Last synced: 3 months ago
JSON representation
Example project that uses UploadFS.
- Host: GitHub
- URL: https://github.com/jalik/ufs-demo
- Owner: jalik
- Created: 2015-07-31T18:59:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:18:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:18:25.748Z (9 months ago)
- Topics: example, file-upload, meteor
- Language: JavaScript
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UFS Demo
This is a simple Meteor app using the [UploadFS](https://github.com/jalik/jalik-ufs) package.
## Running
Download the sources, then open a terminal in the root directory and start the app :
```meteor run```
It will be available in your browser at [http://localhost:3000/](http://localhost:3000/).