Move image upload to S3

This commit is contained in:
Pranav Raj Sreepuram
2019-08-18 01:53:55 +05:30
parent 2b6c7a4025
commit e743abd867
7 changed files with 82 additions and 60 deletions

View File

@@ -2,10 +2,22 @@
## Build Setup
``` bash
# install JS dependencies
yarn install
### Install JS dependencies
``` bash
yarn install
```
### Install ImageMagik
```bash
brew install imagemagick
```
### Setup rails server
```bash
# install ruby dependencies
bundle