/turbo-ecom

Primary LanguageTypeScript

Turbo Ecom

A modern eCommerce application built with Next.js, Prisma, Turborepo, and Shadcn.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Docker - to run PostgreSQL database in a container
  • pnpm - for package management

Installation

  1. Clone the repository:

    git clone https://github.com/Kiranism/turbo-ecom.git
  2. If you are using Windows, ensure Docker is installed and running.

  3. Navigate to the root directory and run the following command to start the PostgreSQL database in Docker:

    docker-compose up
  4. Install the dependencies:

    pnpm install
  5. Run the development server:

    pnpm run dev

Usage

Deployment

Instructions for deploying the application will be provided here.

Built With