/pollscope

Pool Project with React - Rails - GraphQL

Primary LanguageRuby


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