PHOTO VIEWER API

Prerequisites:

Ruby, Rails, Postgresql

Deployment instructions

clone Repo

  1. Open the directory with cloned repo
  2. Run in bash cd photo-viewer-api
  3. To install all gems Bundle install
  4. To create db rails db:create && db:migrate
  5. To seed db rails db:seed
  6. Run the server rails s -> [http://localhost:3000]