Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perfectbase/prisma-examples
- Owner: perfectbase
- Created: 2023-08-30T03:37:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T04:33:07.000Z (about 1 year ago)
- Last Synced: 2024-10-03T11:37:18.484Z (about 2 months ago)
- Language: TypeScript
- Size: 221 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```