https://github.com/prisma/prisma-indexes
https://github.com/prisma/prisma-indexes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma/prisma-indexes
- Owner: prisma
- Created: 2022-08-10T09:15:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:13:01.000Z (about 1 year ago)
- Last Synced: 2025-02-25T11:08:21.820Z (3 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Prisma Example Title
Brief example intro/description – what does this example do and what stack is it built with
## Getting started
## Download and install dependencies
Clone this repository:
```
git clone [email protected]:ruheni/prisma-indexes.git
```Install dependencies:
```
cd prisma-indexes
npm i
```## Configure your project
## Create and seed the database
```
npx prisma db seed
```## Next steps
- Check out the [Prisma docs](https://www.prisma.io/docs)
- Share your feedback in the [`prisma2`](https://prisma.slack.com/messages/CKQTGR6T0/) channel on the [Prisma Slack](https://slack.prisma.io/)
- Create issues and ask questions on [GitHub](https://github.com/prisma/prisma/)
- Watch our biweekly "What's new in Prisma" livestreams on [Youtube](https://www.youtube.com/channel/UCptAHlN1gdwD89tFM3ENb6w)## Contributing to this project