Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 575 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 575 Bytes

Pic-o-gram is an Instagram-like web application made using Ruby on Rails!

Thanks to reddit user devwalks and his Photogram e-book.

Devwalks' blog

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Run the server:

$ rails server