Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iaematt/bucket-frontend
Frontend de upload de imagens para da pasta local da api ou para dentro de um bucket s3 da amazon.
https://github.com/iaematt/bucket-frontend
Last synced: 5 days ago
JSON representation
Frontend de upload de imagens para da pasta local da api ou para dentro de um bucket s3 da amazon.
- Host: GitHub
- URL: https://github.com/iaematt/bucket-frontend
- Owner: iaematt
- Created: 2019-08-31T21:00:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:38:12.000Z (about 2 years ago)
- Last Synced: 2023-03-07T19:17:35.233Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://envimg.herokuapp.com/
- Size: 2.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bucket 🧺
Aplicação completa para upload de imagens no host local ou na Amazon S3. O frontend foi desenvolvido em ReactJS e o backend em Node.js.
Para visualizar o cĂłdigo do projeto no GitHub: [Backend](https://github.com/iaematt/bucket-backend), [Frontend](https://github.com/iaematt/bucket-frontend)
## Instalações e usos
### Frontend đź–Ą
Clone ou faça o downlod [desse repositório](https://github.com/iaematt/bucket-frontend), acesse a pasta: *bucket-frontend* e faça a instalação:
```
# Clone o repositĂłrio
$ git clone https://github.com/iaematt/bucket-frontend# Acesse a pasta do frontend
cd bucket-frontend/# Instale as dependencias
$ yarn
```Crie um arquivo **.env** com as seguintes configurações:
```
# URL da API
API_URL=
```Execute o frontend:
```
$ yarn start
```## Meta
[Portfólio](http://devbsb.com.br) – [E-Mail](mailto:[email protected]) – [Instagram](https://instagram.com/iaematt_) – [GitHub](https://github.com/iaematt)
*DistribuĂdo sob a licença MIT.*