https://github.com/fene-87/twitter-clone
A twitter clone built using Ruby on Rails and PostgreSQL. I attempt to implement all basic features present in the Twitter-X application.
https://github.com/fene-87/twitter-clone
devise postgresql rspec-rails ruby-on-rails
Last synced: 7 months ago
JSON representation
A twitter clone built using Ruby on Rails and PostgreSQL. I attempt to implement all basic features present in the Twitter-X application.
- Host: GitHub
- URL: https://github.com/fene-87/twitter-clone
- Owner: Fene-87
- License: mit
- Created: 2023-08-17T13:12:30.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-19T18:24:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T17:49:40.227Z (8 months ago)
- Topics: devise, postgresql, rspec-rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 8.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Clone
# 📗 Table of Contents- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo](#live-demo)
- [🎬 Video Description](#video-demo)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Twitter-X-Clone** is a ruby on rails web application whereby I attempt to implement all basic features present in the Twitter application from creating a post, to commenting and liking tweets.
- **[Authenticated signup/signin]**
- **[Add new tweet]**
- **[Comment on a tweet]**
- **[Like a tweet]**
Click on the link to view the video description.
- [Coming soon]()
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
### SetUp
Clone this Repository to your desired folder:
``` sh
cd my-folder
git clone https://github.com/Fene-87/twitter-clone.git
```
### Install
Install this project with:
``` sh
bundle install
```
### Usage
To run the project, execute the following command:
``` sh
rails s
```
## 👥 Author
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- LinkedIn: [@Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas/)
- [ ] **[Retweet]**
- [ ] **[Follow users]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
I would like to acknowledge the official twitter-x as this is a simple clone of the application.
This project is [MIT](./LICENSE) licensed.