This app integrates the popular service to handle photos Unsplash
- 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