- The setups steps expect following tools installed on the system.
- Ruby - 3.0.2
- Rails - 6.1.4
git clone git@github.com:oguzsh/pollscope.git
Run the following commands to create and setup the database.
rake db:create && rake db:migrate && rake db:seed
You can start the rails server using the command given below.
rails s
And now you can visit the site with the URL http://localhost:3000