Rails Coding Assignment
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install Ruby : 2.4.1
Install Rails : 5.1.5
Install Postgresql : 10.0
git clone https://github.com/erprincebansal/rails5-sample
bundle
rails db:create
rails db:migrate
rails s
rake test
Steps for deployment:
Create a heroku account.
Login into account using heroku-cli.
heroku create appname
git push heroku master
Deployed at heroku: https://rails5-assignment.herokuapp.com
- Prince Bansal - Initial work - Prince Bansal