cd cloneinstagram
rails db:create
rails db:migrate
ImageMagick is needed in order to deal with images
brew install imagemagick
sudo apt-get install imagemagick -y
rails s
cd cloneinstagram
rails db:create
rails db:migrate
ImageMagick is needed in order to deal with images
brew install imagemagick
sudo apt-get install imagemagick -y
rails s