This demo repository is based on the NodeJS getting started repository from Heroku + the BucketWS addon. This application supports the Getting Started on Heroku with Node.js article - check it out.
Check this 2min video that shows the process of deploy this repository,create the addon adn upload a file. view video
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or
BucketWS is a service to let you create private or public file buckets that will be delivered over a CDN with SSL
The service feature the next functionalities:
- Upload files signed from the server to a public bucket
- Upload files signed from the server to a private bucket
- Authorize the viewer to see the private bucket files
- List the files from the public bucket
- List the files from the private bucket
- Upload a file anonymously