An open API service indexing awesome lists of open source software.

https://github.com/hackvan/makeitgram

Clone of instagram made with Ruby on Rails
https://github.com/hackvan/makeitgram

rails rails5 ruby

Last synced: 2 months ago
JSON representation

Clone of instagram made with Ruby on Rails

Awesome Lists containing this project

README

        

# Photogram

This project is an example app to teach Ruby on Rails

Ruby version: `2.4.1`
Rails version: `5.1.2`

## Installation

Clone the project

`git clone https://github.com/gmoralesc/photogram`
`cd photogram`

> If you are using rvm please you can create a gemset for the project:
> `rvm use 2.4.1@photogra`

Install dependencies

`bundle install`

> You need bundler in order to run this command, you can install with:
> `gem install bundler`

## Database

In order to crate the database

`rails db:migrate`

> This project use postgresql, you need to install a run it

## Run

To run the application

`rails server`

Open your web browser and go to

`http://localhost:3000`