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

https://github.com/whitefog425dev/deepbazar

Full-Stack E-commerce application. More then 21 pages.
https://github.com/whitefog425dev/deepbazar

ecommerce mongodb nextjs nodejs reactjs redux-toolkt tailwindcss typescript website

Last synced: 2 months ago
JSON representation

Full-Stack E-commerce application. More then 21 pages.

Awesome Lists containing this project

README

          



## 💻 Get Started 💻

Ready to embark on a journey of innovation and creativity? Visit the GitHub repository to access the complete source code and dive into the world of modern web development. Explore, learn, and reimagine – the possibilities are limitless.

GitHub Repository: [https://github.com/ShariarSheikh/deepbazar]

Live Demo: [https://deepbazar.vercel.app]

Feel free to connect with me on [LinkedIn](https://www.linkedin.com/in/sheikhshariar/) to share your thoughts and experiences

## Run on your Machine

### Prerequisites

Before you begin, ensure you have the following tools installed:

1. Download and install Node.js from [nodejs.org](https://nodejs.org/en).
2. Make sure you have npm installed on your machine.

### Clone the Repository

```bash
git clone https://github.com/ShariarSheikh/deepbazar.git
```

### Install Dependencies

Navigate into the project directory using the following command:

```bash
cd [project-name]
```

Install the project dependencies using npm:

```bash
npm install
```

### Run the Development Server

Once the dependencies are installed, start the development server:

```bash
npm run dev
```

This will launch the Next.js development server. Open your web browser and go to http://localhost:3000 to see the live preview of the demo website.