Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 2.77 KB

README.md

File metadata and controls

125 lines (74 loc) · 2.77 KB

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