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.
- Host: GitHub
- URL: https://github.com/whitefog425dev/deepbazar
- Owner: whitefog425dev
- Created: 2025-06-24T01:13:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T02:16:08.000Z (12 months ago)
- Last Synced: 2026-04-08T20:46:52.099Z (2 months ago)
- Topics: ecommerce, mongodb, nextjs, nodejs, reactjs, redux-toolkt, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://deepbazar.vercel.app/
- Size: 19.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.