Skip to content

edwincarbajal/instapost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instapost is hosted on a free tier on heroku. Please wait a few seconds to start up.

instapost

A web based instagram clone built with Ruby on Rails, Javascript, AWS S3, & Bootstrap.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

rvm install ruby-2.4.1

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo

git clone https://github.com/edwincarbajal/instapost.git

Move to the project directory

cd instapost

Install gems

bundle install

To start the server in development run rails s and visit http://localhost:3333

Built With

Authors

About

  • This was a lot of fun to create as I got to see how apps like Instagram work. I also explored new gems that made development easier and will be great reference for for future projects.