by Paula Muldoon (Makers Academy remote April 2017 cohort)
I spent one weekend creating this clone of Instagram.
View the repository here on GitHub
Clone the repo. Then:
bundle install
bin/rails db:create
bin/rails db:migrate
Or view on Heroku here
bundle exec rspec
bin/rails server
Then start the server at localhost:3000
- TDD
- Ruby 2.4.0 as the main back-end language
- Rails 5.1.1 for the framework
- PostgreSQL for handling databases
- Vanilla CSS and Chrome DevTools to inspect the real Instagram's styling
- Git for version managing
Images currently stored in the repo owing to verification issues with Amazon Web Services and simply not enough time to move them elsewhere.