Local business listings WebApp built with Ruby on Rails. The app allows users to sign in using third-party authentication(e.g., Google). Search for businesses, write reviews or add your business to the site's directory.
Table of Contents
- Ruby on Rails
- Active Record
- PostgreSQL
- Bulma CSS Library
bundle
- installs all gemsrake db:migrate
- creates a new migrationrake db:seed
- adds dummy date to local databaserake s
- starts the app
- This app uses Google Auth API to enable third party authentication. You must create a google developer account and provide
GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
variables in the enviroment file within the project directory for third party authentication to work.
Browse business listings on the site's main landing page.
View all reviews for a specific business by clicking the view all
text link under the business name.