Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exploring-solver/retailfusion


https://github.com/exploring-solver/retailfusion

Last synced: about 2 months ago
JSON representation

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.