Skip to content

Full-stack type safe, serverless shopping mall website

Notifications You must be signed in to change notification settings

Peter-Roh/shopaholic

Repository files navigation

Shopaholic

Tech Stack

Descriptions

Full-stack type safe, serverless shopping mall website.

This is a personal web project for my portfolio.

Features

  • 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

Installation

1. Clone the repository

git clone https://github.com/Peter-Roh/shopaholic.git

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file.

4. Run the application

pscale connect DATABASE_NAME
yarn run dev