This project is build for the Ruby on Rails capstone which is based on a redesign of Twitter. It's a real-world-like project, built with business specifications.
Built with | Screenshot | Live Demo Link | Getting started | Author
- Ruby on Rails (Version: 6.0.3.2)
- Ruby (Version: 2.7.1)
- Postgresql (version: 12)
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone git@github.com:Dipeshtwis/twitter-redesign.git
$ cd twitter-redesign
$ bundle install
$ yarn install --check-files
Setup database with:
make sure you have postgres sql installed and running on your local machine
Go to config > database.yml
Replace xxx
with your own
postgresql username and password
username: xxx
password: xxx
create and migrate the database by these commands
rails db:create
rails db:migrate
Start server with:
rails s
Open http://localhost:3000/
in your browser.
$ rails db:migrate RAILS_ENV=test
$ rspec --format documentation
👤 Dipesh Kumar
- Github: @Dipeshtwis
- Twitter: @97deepeshkumar
- Linkedin: dipeshtwis
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Design Idea by: Gregoire Vella
-
Microverse: @microverse