Vervo Shop: A Next.js E-commerce Platform

Table of Contents
Overview
Vervo Shop is an e-commerce platform built using Next.js, focusing on performance, scalability, and a rich user experience. We leverage several cutting-edge technologies to make it easy for you to set up your own online store.
Installation
Prerequisites
- Node.js
- npm
Clone the repository and navigate to the directory:
git clone https://github.com/mo3ly/Vervo-Shop.git
cd Vervo-ShopInstall dependencies:
pnpm installStart the development server:
pnpm run devTechnologies
- Next.js: Server-rendered React framework for front-end.
- Prisma: Database toolkit for easy database operations.
- PostgreSQL: SQL database engine.
- TypeScript: Adds static typing to JavaScript.
- Tailwind CSS: A utility-first CSS framework.
- Shadcn UI: UI component library that complements Tailwind CSS.