Skip to content

Files

Latest commit

 

History

History
10 lines (7 loc) · 586 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 586 Bytes

Unsplash Service Consumer

This app integrates the popular service to handle photos Unsplash

Usage

  • Clone the repository in a folder of your preference running the command: git clone git@github.com:efrapp/unsplash-consumer.git
  • Download the .env file using this link and place it in the project's root. Make sure to add a dot at the beginning of the file name to get the app properly set up
  • Run bundle install to install gems needed by the app
  • Start the server with rails s