Product Management Tool is an application that allows for users to view, search for, and create products
Clone this repo locally and cd
to the project's root directory.
On the command line:
- Run
brew install postgresql
- Start the PostgreSQL server app
- Run
bundle install
- Run
bundle exec rails db:setup
- Run
bundle exec rails server
- Run
webpack --watch
- Open browser on local host
- MVP: Add New Property To Each Product
- Allow Search to Apply to Other Property Attributes
- Allow for Editing Products, Properties, Product Properties