Gulnoz / photo-viewer-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About


Languages

Language:Ruby 99.3%Language:HTML 0.7%