Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma/prisma-indexes
https://github.com/prisma/prisma-indexes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma/prisma-indexes
- Owner: prisma
- Created: 2022-08-10T09:15:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T22:00:03.000Z (12 months ago)
- Last Synced: 2024-01-10T21:13:11.969Z (12 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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