/twitter-clone

This project is about cloning the basic functionality of twitter using ruby on rails.

Primary LanguageRubyMIT LicenseMIT

Twitter clone

Table of contents


About

This project is a twitter clone where user can register and login to create a tweet.

Screenshot of app

Features

The features of this project are as below:

  • User registration: User can register to the site by providing the informations name, username, email and password.

  • Logged in user can create a tweet.

  • Logged in user can delete and edit the tweet.

  • Logged in user can edit their profile information.

Built With

  • Ruby
  • Ruby on Rails

Live Demo

Live demo link

Getting Started

Prerequisites

If you intend to download the project, you will need to have Ruby already installed on your machine. For more information on how to install Ruby, follow this link.

Installation instructions

Follow along the steps below to get a copy at your local machine.

  • Navigate to the directory where you want this project to live and then clone it git clone https://github.com/dipbazz/twitter-clone.git
  • Navigate to the twitter-clone directory
  • install the gem package with bundle install
  • Migrate the database on your local machine rails db:migrate
  • Run server with rails server
  • Open the browser with the link localhost:3000

Authors

👤 Dipesh Bajgain

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.