The project screenshot
This is a Capstone project of clone of Twitter design from Gregoire Vella , in this project you have some of the basic features and I add a different ones, you can create your user, follow people and be followed, you can post whatever you want like how you feel today , some of the extra features is the comments part that it is after every posts in the home page, also you can like or dislike a posts and you will se the number of likes that a post have.
- Ruby v2.7.2
- Ruby on Rails v6.o.3.3
Live Demo!!! n+1 queries explained - Live Video!!!
You have to Sign up to acces to de home page and interact with other users
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.2 Rails: 6.0.3.3 Postgres: >=9.5
Clone Repo with:
git clone
Instal gems with:
yarn install --check-files
Install yarn
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
To run the tests just excecute this command from the root project folder
rspec --format documentation
👤 Bbosa Muhamood
- Github: @bmuhamood
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Odin Project
- All rights to Gregoire Vella on Behance.
This project is MIT licensed.