Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1r0s/micro-collector-ritley-hyperapp
microservice example to allow users to upload content
https://github.com/k1r0s/micro-collector-ritley-hyperapp
Last synced: 10 days ago
JSON representation
microservice example to allow users to upload content
- Host: GitHub
- URL: https://github.com/k1r0s/micro-collector-ritley-hyperapp
- Owner: k1r0s
- Created: 2018-04-21T17:39:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T17:39:25.000Z (over 6 years ago)
- Last Synced: 2024-10-13T02:13:51.935Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### micro showcase (ritley - lowdb - hyperapp)
This micro stands for data collection. X company has the need to collect data from any user whom will browse the Frontend and fill up the form, which has several fields such as `Name`, `Email`[, `Comments`] and `File`.
Once this assets are validated a progress bar should appear to inform about upload progress, once upload has been fulfilled then we send rest associated data.
Backend should grab file chunks, arrange them all and then provide a `uid` which should be used on the following request to send last data.
All information will be saved into json database.
> Note that you have to create specific folders detailed on .gitkeep in order to let backend properly work