Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 2 years ago)
- Default Branch: staging
- Last Pushed: 2022-03-05T17:56:32.000Z (over 2 years ago)
- Last Synced: 2024-05-17T15:26:26.342Z (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
![image](https://user-images.githubusercontent.com/15168877/155898458-0e724f1e-fba8-4adf-aa40-2c676147e811.png)## 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