- AWS S3
- GCS
- express
- body-parser
- dotenv
- express-fileupload
- aws-sdk
- google-cloud/storage
The easiest way to get started is to clone the repository:
# Get the latest snapshot
git clone https://github.com/mondyfy/fileuploader
# Change directory
cd fileuploader
# Install NPM dependencies
npm install
Set environment (vars):
```sh
cp .env.example .env
Update these variables on .env
file with their corresponding values
Start server:
# Start server
npm run start