We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GridFS for data storages. Use Mongoose Harmony GridFS for JavaScript implementation - -https://www.npmjs.com/package/mongoose-harmony-gridfs
Define Route for adding images in routes/devices.js
Update datamodel in models/StreamSchema.js to support storing data of type images
Update python API to support newly added images support
Test images support
Add method for deleting images
Maybe add option to load images on website
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use GridFS for data storages. Use Mongoose Harmony GridFS for JavaScript implementation - -https://www.npmjs.com/package/mongoose-harmony-gridfs
Define Route for adding images in routes/devices.js
Update datamodel in models/StreamSchema.js to support storing data of type images
Update python API to support newly added images support
Test images support
Add method for deleting images
Maybe add option to load images on website
The text was updated successfully, but these errors were encountered: