Skip to content

krishnadev7/caseCanvas

Repository files navigation

PantherCanvas

A Fullstack E-Commerce Shop for Custom Made Phone Cases

Screenshot from 2024-09-14 10-00-23

PantherCanvas is a Next.js-based e-commerce platform specializing in customizable mobile cases for iPhone models. Users can upload their favorite images, choose colors, select phone models, and pick from a variety of styles and materials for their cases. The platform integrates Stripe for secure payments

PantherCanvas

πŸš€ Features

🌐 Responsive UI made with ShadCN and Tailwind CSS for a seamless experience across devices

πŸ’³ Stripe payment gateway integration for secure and reliable payments

πŸ–ΌοΈ Drag-and-drop image uploads with Uploadthing, making it easy to add custom designs

πŸ—„οΈ PostgreSQL database with Prisma ORM for efficient data management

πŸ“± Users can customize their phone cases with their favorite images

πŸ“§ Order details emailed to users via Resend and React Emails

πŸ”‘ Authentication using Kinde for secure user access

πŸ› οΈ Admin dashboard to manage orders, and more

⚑ And many more features!

Tech Stack

Client: React, ReactQuery, TailwindCSS, Next.js, React-email

Server: Node, Express, Next.js, Stripe, Resend,

Database: Postgresql, Prisma

Payment Gateway: Stripe

πŸ“œ Installation

To get started with PantherCanvas, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

Git, Node.js, npm (Node Package Manager)

1. Clone the repository:

  git clone https://github.com/krishnadev7/caseCanvas.git

2. Clone the repository:

  cd caseCanvas

3. Install the dependencies:

  npm install

4. Start the development server:

 npm run dev

5. Open your browser and navigate to http://localhost:3000 to view the application.

6. Set up your environment variables by creating a .env.local file based on the .env.example provided.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

KINDE_CLIENT_ID: go to kinde dashboard and paste your client id here

KINDE_CLIENT_SECRET: your kinde secret key here

KINDE_ISSUER_URL=https://yourkindeurl.kinde.com

KINDE_SITE_URL=http://localhost:3000

KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000

KINDE_POST_LOGIN_REDIRECT_URL =http://localhost:3000/auth-callback`

STRIPE_SECRET_KEY: go to stripe dashboard and paste your stripe secret key here

ADMIN_EMAIL: add any email to access the admin dashboard

UPLOADTHING_SECRET: go to uploadthing website and paste your uploadthing secret key here

UPLOADTHING_APP_ID: go to uploadthing website and paste your uploadthing app id key here

DATABASE_URL: go to any postgresql db provider and paste DATABASE_URL here

NEXT_PUBLIC_SERVER_URL=http://localhost:3000

STRIPE_WEBHOOK_SECRET: create a stripe webhook secret key and paste here

RESEND_API_KEY: go to Resend and paste your api key here

Project Demo video

Krishnadev.V.s.Video.-.Sep.14.2024.mp4

Screenshots

Screenshot from 2024-09-14 10-00-23 Screenshot from 2024-09-14 10-00-36 Screenshot from 2024-09-14 10-01-07 Screenshot from 2024-09-14 10-01-22 Screenshot from 2024-09-14 10-01-47 Screenshot from 2024-09-14 10-02-01 Screenshot from 2024-09-14 10-03-54 Screenshot from 2024-09-14 10-11-56

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published