Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 497 Bytes

Photo Album manager app

This is an example RAILS app which implements a REST interface.

Installation Pre-requisites

Installation and running

  • bundle install
  • export SECRET_KEY_BASE=rails secret
  • rails db:migrate
  • rails s -e development

Heroku environment

This application is also deployed and available in heroku at https://glacial-harbor-31739.herokuapp.com