Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 830 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 830 Bytes

Prerequisites

  • The setups steps expect following tools installed on the system.
    • Ruby - 3.0.2
    • Rails - 6.1.4

Schema

image

Deployment instructions

1. Check out the repository

git clone git@github.com:oguzsh/pollscope.git

2. Create and setup the database

Run the following commands to create and setup the database.

rake db:create && rake db:migrate && rake db:seed

3. Start the Rails server

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