Features: posting, following, liking and authentication
A mini twitter clone using Ruby on Rails.
- Users are able to register and login
- Users can share opinions
- Users can follow anyone they would like to
- Users are able to like posts
- Ruby on Rails
- Postgresql
- Javascript
- HTML/CSS(Flexbox)
git clone https://github.com/MarvellousUbani/whistleapp.git
cd whistle
bundle install
rails db:create
rails db:migrate
rspec #run tests
rails server #run server
open localhost:3000 on browser
👤 Mike
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!