This is a desktop implementation of a twitter like website. The theme is to connect with interests in personal computer technology. The features implemented are
- user registration
- followers
- posts
- likes
- Ruby v2.6.1
- Ruby on Rails v5.2.4.1
- PostgreSQL >=9.5
Live Version on Heroku: Here
Video Presentation: Here
To get a local copy up and running follow these simple example steps.
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Seed database with:
rails db:seed
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
- Keshav Chakravarthy
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I thank Microverse for providing feedback for this project.
The project is inspired by Twitter - Redesign of UI by Gregoire Vella, Licensed under CC.
- To minimize SQL queries executed on the database to improve performance.