This is a basic ecommerce application with fruit detection. It provides user a great experience to buy products with secure payment.
- User authentication
- User profile and management
- Manage and track orders
- Manage orders in cart and checkout
- Pincode service
- Payment gateway
- Seller Dashboard
- Admin dashboard
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Start editing the page by modifying pages/index.js
.