This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version 2.6.3
-
Rails version 5.2.3
-
Database: PostgreSQL
-
How to run project:
- git clone https://github.com/Sasha-San/watch_rails.git
- bundle install
- first make comment in devise.rb in 263-264 lines(cooment this lines)
- rake db:create
- rake db:migrate
- rake db:seed
- rails s
- if you want to use OAUTH from facebook you need to show
- https://www.youtube.com/playlist?list=PL9Gk1O6XmsoYeUbWGe52Ek4BS2dAC18Ny
- the lessons with OAUTH : 11, 11.1, 11.2
-
Do something awesome !
-
...