Skip to content

Not-Just-Pratul/E-Commerce-Platform

Repository files navigation

E-Commerce Platform

Overview

This is a fully functional E-Commerce platform built using modern web technologies. The project utilizes shadcn/ui for a sleek and responsive user interface and integrates v0.dev for AI-powered component generation.

Features

  • Modern UI powered by shadcn/ui
  • Component-based architecture for better scalability
  • Optimized performance with server-side rendering (SSR)
  • Seamless authentication with OAuth and JWT support
  • Tailwind CSS for styling and responsiveness
  • Secure and scalable backend with API integration

Installation

To set up the project locally, follow these steps:

Prerequisites

Ensure you have the following installed:

Steps

# Clone the repository
git clone https://github.com/not-just-pratul/E-Commerce-Platform.git

# Navigate to the project folder
cd E-Commerce-Platform

# Install dependencies
pnpm install  # or npm install or yarn install

Adding ShadCN Components

To add components from shadcn/ui, use:

npx shadcn@latest add "https://v0.dev/chat/b/b_xY7MtirNbDd"

Running the Project

pnpm run dev  # or npm run dev or yarn dev

Open http://localhost:3000 in your browser to see the app.

Deployment

To deploy the application, use:

pnpm run build  # or npm run build or yarn build

Then, deploy the out or dist directory to your preferred hosting provider.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new feature branch.
  3. Commit your changes and push to your fork.
  4. Open a pull request.

Contact

For support or inquiries, reach out to Enquiry.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages