https://github.com/oguzsh/pollscope
Pool Project with React - Rails - GraphQL
https://github.com/oguzsh/pollscope
apollo graphql rails rails-graphql react react-graphql typescript
Last synced: 4 months ago
JSON representation
Pool Project with React - Rails - GraphQL
- Host: GitHub
- URL: https://github.com/oguzsh/pollscope
- Owner: oguzsh
- Created: 2022-02-27T15:32:27.000Z (over 3 years ago)
- Default Branch: staging
- Last Pushed: 2022-03-05T17:56:32.000Z (over 3 years ago)
- Last Synced: 2025-01-22T10:51:15.569Z (6 months ago)
- Topics: apollo, graphql, rails, rails-graphql, react, react-graphql, typescript
- Language: Ruby
- Homepage: https://pollscope.herokuapp.com/
- Size: 330 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## Prerequisites
- The setups steps expect following tools installed on the system.
- Ruby - 3.0.2
- Rails - 6.1.4## Schema
## Deployment instructions
### 1. Check out the repository
```bash
git clone [email protected]:oguzsh/pollscope.git
```### 2. Create and setup the database
Run the following commands to create and setup the database.
```ruby
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.
```ruby
rails s
```And now you can visit the site with the URL http://localhost:3000