8000 GitHub - jvidalba1/tweet_clone: test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jvidalba1/tweet_clone

Repository files navigation

README

Steps for running the application

  1. Clone the repo > git clone https://github.com/jvidalba1/tweet_clone.git

  2. Run bundle install over the project directory

  3. Setup and run migrations

rails db:setup

rails db:migrate

  1. Run the application with rails server command over the project directory
0