EthanNC / sst-hello-prisma

0 stars 0 forks source link

SST-prisma

Provision a free MongoDB Atlas cluster and connect to it with Prisma. All resources are created using the new SST Ion engine.

Prerequisites

Getting Started

git clone
cd sst-hello-prisma
pnpm install

add the following environment variables to your .env file:

MONGODB_ATLAS_PUBLIC_KEY=
MONGODB_ATLAS_PRIVATE_KEY=
MONGODB_ATLAS_ORG_ID=

Run the following command:

sst dev