This is a twitter-like app mainly for cats, but if you're not a cat, you can use it too if you really want.
- User authentication
- Creating Posts
- Updating User Profile
- Following and Unfollowing Users
- Responsive to mobile and tablet view
- Make sure you have downloaded the latest version of ruby (or at least the one specified in the Gemfile)
- Make sure you have PostgreSQL installed on your computer
- Do
ruby -vto make sure that your ruby version is working correctly - Do
gem install rails
git clonethis repository- Run
bundle install - Log into your psql shell as superuser and run
CREATE DATABASE purrter_development; - Run
rails db:migrate - Run
rails s - You should be good to go now