A simple Node.js file uploader demonstrating how to work with a S3-compatible object storage in Specific.
Install the CLI and clone
npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git cd examples/node-file-storage npm install
Start the development server
specific dev
Deploy to production
specific deploy