https://medium.com/podiihq/understanding-rails-routes-and-restful-design-a192d64cbbb5
https://pusher.com/tutorials/photo-sharing-ruby-rails
https://medium.com/@anaharris/how-to-add-image-upload-functionality-to-your-rails-app-9f7fc3f3d042
https://dev.to/neshaz/everything-there-is-to-know-about-associations-in-rails-52ii
터미널 이용해서 로그인하기
$ psql postgres
Show Databases
$ \d
Show description of user
$ \du
Use database;
$ \c [databasename]
Shew description of table
$ \dt+