Chocoholics is a chocolate review app. It is like an encyclopedia for chocolates, users can post chocolates that they have tried and other users can view and rate them. Chocolates are organized by categories( dark chocolate, baking chocolate, milk chocolate etc...)
- Models: User, Category, Chocolate, Review
- Standard user Authentication and Authorization
- Google OmniAuth Authentication
- Search Bar
- Responsive Web Design
- Rails v6.0.3
- Ruby v2.6.1
git clone
bundle install
brew install:imagemagick #to view images
rails db:migrate
rails db:seed
rails s
Navitage to 'http://localhost/3000'
Contributions are welcome, just submit a pull request.