This is a single-page web application designed for sharing photos. Runs on ruby 2.5.3.
- Paging
- Display all users on users#index
- Account activation via email link
- Display all user's posts on user page
- Follow users
- Add follow/unfollow links to user list
- Technical debt cleanup
- Stylings
To run locally you need:
clone this repo
bundle install
- Configure
config/local_env.yml
to match .cloudinary_env_example.yml with Cloudinary keys rake db:migrate
rails server