Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wellers0n/aws-s3-example
upload file to aws-3
https://github.com/Wellers0n/aws-s3-example
aws-s3 docker javascript multer typescript webpack
Last synced: 8 days ago
JSON representation
upload file to aws-3
- Host: GitHub
- URL: https://github.com/Wellers0n/aws-s3-example
- Owner: Wellers0n
- Created: 2021-12-31T16:11:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T13:15:53.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:59:44.209Z (4 months ago)
- Topics: aws-s3, docker, javascript, multer, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 232 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS-DEPLOY
### Prerequisites
- Node
- NPM### Installing
At the root directory, run the following commands:
```sh
yarn or npm install
``````sh
yarn start or npm run start
```## .env
You need to create a `.env` file in the root, see the keys in `.env.example`
## Built With
- Node.JS
- Typescript
- AWS S3## Versioning
We use [Git](https://git-scm.com/doc) for versioning with [git-flow](https://medium.com/trainingcenter/utilizando-o-fluxo-git-flow-e63d5e0d5e04)