example/README.md
# Running the example
1. Setup the required environment variables:
* `S3_ACCESS_KEY_ID`
* `S3_SECRET_ACCESS`
* `S3_REGION`
* `S3_ENDPOINT`
* `S3_BUCKET`
2. Start the server
```js
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._
3. Connect to `localhost:3333`