twitter-redesign

I made this project for the Ruby on Rails capstone based on a Twitter- redesign. It's a real-world project, built with business specifications.

Stars
10
Committers
1

Twitter Redesign

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.

Contents

Built with

  • Ruby on Rails (Version: 6.0.3.2)
  • Ruby (Version: 2.7.1)
  • Postgresql (version: 12)

Screenshot

Home Page

Profile Page

Live Demo Link

Live Demo

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone [email protected]: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

How to run

Start server with:

    rails s

Open http://localhost:3000/ in your browser.

To run Test

$ rails db:migrate RAILS_ENV=test
$ rspec --format documentation

Authors

Dipesh Kumar

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

👏 Acknowledgements

Badges
Extracted from project README
View Code Github Issues GitHub Pull Requests
Related Projects