https://github.com/hackvan/photo_gallery
https://github.com/hackvan/photo_gallery
rails6 ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackvan/photo_gallery
- Owner: hackvan
- Created: 2019-10-13T15:29:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T20:40:45.000Z (over 5 years ago)
- Last Synced: 2025-02-02T13:28:19.629Z (4 months ago)
- Topics: rails6, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://hackvan-gallery.herokuapp.com/photos
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo Gallery

This project is a test example app with Ruby on Rails and with an integration API of Unsplash.
Ruby version: `2.6.3`
Rails version: `6.0.0`## Installation
Clone the project
`git clone https://github.com/hackvan/photo_gallery`
`cd photo_gallery`> If you are using rvm please you can create a gemset for the project:
> `rvm use 2.6.3@photo_gallery`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`