https://github.com/exploring-solver/retailfusion
https://github.com/exploring-solver/retailfusion
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exploring-solver/retailfusion
- Owner: exploring-solver
- Created: 2024-08-08T17:04:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:17:28.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:51:12.102Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetailFusion-
## Omnichannel Future of Retail
Hackathon: Walmart Sparkathon
Category: Future of Retail
## Identified Problem:
Facing challenges due to vague adaptive retail and lack of omnichannel integration for ecommerce.
## Features
### 1. **Online Shopping**
Experience a full range of online shopping features through the application. Key features include:
- Virtual Shopping
- AR Marketplace
### 2. **In-Store Assistance**
Enhance your in-store shopping experience with features designed to assist you while you're at the store:
- Scan to Cart
- Navigate Store
### 3. **Takeaways from Nearby Store**
Conveniently manage takeaways from nearby stores with these features:
- Order for Pickup
- Check Availability
## Hosted Link
Frontend Live at: [https://retailfusion.netlify.app/](https://retailfusion.netlify.app/)
Backend Live at: [https://retailfusion.onrender.com/](https://retailfusion.onrender.com/)
Admin Panel at: [https://retailfusion.onrender.com/admin](https://retailfusion.onrender.com/admin)
## Run Locally:
1. Clone the repository:
```sh
git clone https://github.com/exploring-solver/RetailFusion.git
```
2. Navigate to the server directory:
```sh
cd RetailFusion/server
```
3. Install dependencies:
```sh
npm install
```
4. To run the backend server:
```sh
npm run dev
```
5. Create a `.env` file in the `server` directory and add the required variables (use `.env.sample` as a reference).
6. Navigate to the frontend directory:
```sh
cd ../apps/frontend
```
7. Install dependencies:
```sh
npm install
```
8. To run the frontend:
```sh
npm run dev
```
The project is now ready for development.