https://github.com/mayankagnihotri7/poll_app
Poll application created using React on Rails.
https://github.com/mayankagnihotri7/poll_app
rails rails-application rails6 react react-on-rails reactjs ruby
Last synced: 3 months ago
JSON representation
Poll application created using React on Rails.
- Host: GitHub
- URL: https://github.com/mayankagnihotri7/poll_app
- Owner: mayankagnihotri7
- License: mit
- Created: 2021-01-26T05:48:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T07:19:10.000Z (over 4 years ago)
- Last Synced: 2025-02-15T18:52:15.363Z (4 months ago)
- Topics: rails, rails-application, rails6, react, react-on-rails, reactjs, ruby
- Language: Ruby
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
- Clone this repository by clicking on the code drop down and copying the link, Typing into the console `git clone LINK` where link is the link you just copied.
- After successfully cloning the repository got into the folder using the command `cd` and install all the gems by typing `bundle install` into your console.
- Start the server using `rails server` or `rails s` and visit the `http://localhost:3000` on your local browser.