Skip to content

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.

Notifications You must be signed in to change notification settings

Dipeshtwis/twitter-redesign

Repository files navigation

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.

View Code Github Issues GitHub Pull Requests

📝 Contents

Built with   |    Screenshot   |    Live Demo Link   |    Getting started   |    Author

🔧 Built with

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

Screenshot

Home Page

screenshot

Profile Page

screenshot

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published