Skip to content

MarvellousUbani/whistleapp

Repository files navigation

Whistle

Mini-Twitter-Clone

Features: posting, following, liking and authentication

tweetpage-rails

Description:

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

Built With

  • Ruby on Rails
  • Postgresql
  • Javascript
  • HTML/CSS(Flexbox)

Live Demo

Click Here

How to Run the App Locally

   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

Authors:

👤 Mike

Github Link

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Give a ⭐️ if you like this project!

Releases

No releases published

Packages

No packages published