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
- Host: GitHub
- URL: https://github.com/hackvan/makeitgram
- Owner: hackvan
- Created: 2017-08-02T18:09:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T00:54:29.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T13:28:22.648Z (4 months ago)
- Topics: rails, rails5, ruby
- Language: Ruby
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`