Production-ready e-commerce platform with complete payment processing, admin dashboard, and secure authentication.
Product catalog, variants, search, and cart management.
Stripe integration with order management and real-time tracking.
Manage products, categories, users, and orders with analytics.
Download the PRISM template and extract the files to your local machine.
Open the project folder in Visual Studio Code.
code .Install all required packages using npm.
npm installOpen the .env file and configure your environment variables.
Add your PostgreSQL connection string (SSL required):
DATABASE_URL="postgresql://...?...&sslmode=verify-full"Make sure sslmode=verify-full is included at the end of your connection string.
Push the schema to your database and generate Prisma client.
npx prisma db push
npx prisma generateLaunch the local development server.
npm run devOpen http://localhost:3000 in your browser.
Your production-ready e-commerce platform awaits. Need support with setup or customization?