An open API service indexing awesome lists of open source software.

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.

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.