https://github.com/tjoye20/better-beehive
ReactJS-Rails app that allows users to see how accessible businesses are concerning those with special needs.
https://github.com/tjoye20/better-beehive
Last synced: 2 months ago
JSON representation
ReactJS-Rails app that allows users to see how accessible businesses are concerning those with special needs.
- Host: GitHub
- URL: https://github.com/tjoye20/better-beehive
- Owner: tjoye20
- Created: 2016-10-22T18:57:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T01:12:29.000Z (over 8 years ago)
- Last Synced: 2025-01-16T10:14:30.201Z (4 months ago)
- Language: Ruby
- Homepage: https://serene-river-21105.herokuapp.com
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better Beehive
Better Beehive is a ReactJS-Rails app that allows users to see how accessible businesses are concerning those with special needs.
Users are also able to search for, and submit a review for a business.
### This repository is the Rails API for the [ReactJS frontend](https://github.com/ajthorne/better-beehive).
### Installation
To install the app to your local computer rungit clone https://github.com/tjoye20/better-beehive
##### Install the necessary gems
bundle install
##### To see the list of routes
rails routes
##### To launch the app
rails s