FiveCents is a business reviews app built using Ruby on Rails on the backend and React Typescript on the frontend. Come leave a review!
View all the businesses listed on the home page
Be able to view specific business, the reviews other have left, and leave your own review
To build/run project locally, please follow these steps:
- Clone this repository
git clone https://github.com/Simonvargas/FiveCents.git
- Install dependencies
bundle install
npm install
- Setup your PostgreSQL
rails db:migrate
rails db:seed
- Start the server
rails s