*View demo video on Youtube
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
Make sure Ruby is installed on your system. Fire command prompt and run command:
->ruby -vMake sure Rails is installed.
->rails -vIf you see Ruby and Rails version then you are good to start. -
Fork this repo and clone it.
-
Install all dependencies .
->bundle install -
Create db and migrate db.
->rake db:create
->rake db:migrate -
Now run your application .
->bin/rails serverorsudo bin/rails serverorrails s
