eBazar is a Smart eCommerce marketplace based on a mobile application platform powered by AI. It will allow its users to purchase or sell used as well as new items. Used items can be sold through an auctioning mechanism while new products will be also available to purchase through reverse auctioning. There will be a keen focus on reliability, security and performance.
- Clone code and navigate to project directory and install packages
npm install
- To run the server
npm start
- Navigate to customer-app directory and install packages
npm install
- To run the customer app run the following command
npx expo start
- Navigate to the vendor-app directory and install packages
run npm install
- Finally start the vendor side as well
run npx expo start