This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version we tested with 2.5.3.
-
System dependencies we use Twitter API for log-in.
-
Configuration
We use dotenv to hide very important strs like keys, secrets.
plz create .env
file into your project root directory.
and also you set below parameters:
-
TWITTER_API_KEY set
API Key
which is shown atKeys and Tokens
tab on your Twitter Developer site. -
TWITTER_API_SECRET set
API secret Key
which is shown atKeys and Tokens
tab on your Twitter Developer site. -
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...