- Setup the required environment variables:
S3_ACCESS_KEY_ID
S3_SECRET_ACCESS
S3_REGION
S3_ENDPOINT
S3_BUCKET
- Start the server
cd example
node ./app.mjs
By default, the server is listening on port 3333
. You can change it by settting the environment variable PORT
to the desired value.
- Connect to
localhost:3333