Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perfectbase/prisma-examples

Monorepo with shared prisma in multiple frameworks
https://github.com/perfectbase/prisma-examples

Last synced: about 1 month ago
JSON representation

Monorepo with shared prisma in multiple frameworks

Awesome Lists containing this project

README

        

## Setup environment variables

copy `apps/sst/.env.example` to `apps/sst/.env` and fill in the values

## Configure and run the app

```bash
# install packages
npm install
# push prisma schema to database
npm run db:push
# start sst
npm -w sst-prisma run dev
```