File uploader is a simple express typescript implementation for file upload and remove from S3.
npm install or yarnCopy the env.example file to .env and update the S# credential.
APP_NAME=map
APP_ENV=local
APP_PORT=3000
# S3 Setup
AWS_BUCKET_NAME=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=ap-south-1
AWS_BUCKET_PATH=""yarn dev or npm run dev to start the server
Contributions are welcome! Please feel free to submit pull requests or open issues for any improvements or feature requests.
This project is open-source software licensed under the MIT license.