Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 683 Bytes

File metadata and controls

42 lines (23 loc) · 683 Bytes

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