Intelligent Collection Shopping is a mobile application which enables residents in communities to buy and sell small quantities of products at bulk prices. This application is focussed on making the transaction quicker, portable and user-friendly. Often the bulk quantities of items like grocery, household-goods can be overwhelming for single families, and result in wastage of goods and money. At the same time, people who need smaller quantities of products are not able to buy them from wholesale stores at bulk pricing. Intelligent Collection Shopping solves this problem by allowing users to sell their unused items to reduce the wastage. Other users can still enjoy the benefits of the paying bulk prices for those goods.
This Intelligent Shopping Collection application would increase the urban sustainability and could become the future economy initiative. Like Uber, this application would work on the “shared economy” approach where, if I need something and one has it, we can work together to fulfill the need and grow trust. The users can login to the application to search for products they need. Along with it, they can post products that they would like to sell and mention the neighborhood they would like to do the transaction in.
The application is built with a rich mobile UI using the react-native framework. The middle tier is built using Node.js and the data storage is supported by MongoDB.
Learn about the product at: https://www.youtube.com/watch?v=LxSKf8WRJOc
cd C:\Users<username>\AppData\Local\Android\Sdk\emulator emulator -avd Nexus_5X_API_28
cd into location of the project folder
In file android/local.properties ,Change the sdk.dir path according to your machine
In project directory: npm install
yarn
cd into project folder\src\server node server.js
cd into project folder react-native run-android
If there is error in building the app, try upgrading react-native