This beautifully simple IOS app allows you to put all of your home shopping needs in one easy to use list. You may then find a store near you that has most, if not all, of the items on your shopping list. Thus, you find your "OneStopShop."
- Help shoppers reduce shopping time, multiple store visits, and the need for in store price comparison.
- Give OneStopShoppers the power to choose how they want to shop.
- Intigrate higher quality price comparison
- Integrate open maps capabilities
- Integrate searchable items option with brand choice and quanitity
- Built using Ruby 2.4.1 and Rails 5.1.3
-
macOS version (~> 10.1)
-
bundler
-
Ruby 2.4.1
-
Rails 5.1.3
-
PostgreSQL 9.6.3
-
React Native 0.48.4
-
React Navigation 1.0.0-beta.13
-
Axios 0.16.2
$ git clone https://github.com/DaniGlass/OneStopShop/
$ cd OneStopShop
$ bundle install
$ rails db:setup
$ rails server (leave server running for backend)
$ cd OneStopShop/front_end
$ npm install
$ react-native run-ios
The website uses a Postgres database
- postgres (PostgreSQL) 9.6.3
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rspec
OneStopShop is released under the MIT License.