This app is written in React utilizing Redux to maintain the state. It is built on a Rails back end setup to serve as an API end point.
Load the app then navigate to an item that you want to discuss with others. Leave comments on individual items and see what others have to say in response.
git clone [email protected]:itzsaga/foodie-view.git
cd foodie-view
bundle install
rails db:create
rails db:migrate
rails db:seed
cd client
npm install
Then rake start
to start both servers.
Bug reports and pull requests are welcome on GitHub at https://github.com/itzsaga/foodie-view. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.