-
create-t3-app - boilerplate
-
Next.js - Full-stack react framework
-
Tailwind CSS - Utility-first CSS framework
-
Prisma - TypeScript ORM(Object Relational Mapping)
-
tRPC - End-to-end type safe APIs
-
PlanetScale - MySQL-compatible serverless database platform
Full-stack type safe, serverless shopping mall website.
This is a personal web project for my portfolio.
-
Responsive Design
-
CRUD operations with tRPC and Prisma
-
Full-stack type safety
-
Passwordless - login
-
Rate limiting using upstash
-
Store and optimize images using Cloudflare Images
-
Live streaming using Cloudflare Stream
git clone https://github.com/Peter-Roh/shopaholic.git
yarn install
Create a .env
file in the root directory and add the environment variables as shown in the .env.example
file.
pscale connect DATABASE_NAME
yarn run dev