https://github.com/joaofaveri/hello-prisma
Start a fresh project from scratch with the Prisma's documentation tutorial (introduce to the Prisma CLI, Prisma Client, and Prisma Migrate)
https://github.com/joaofaveri/hello-prisma
mongodb prisma typescript
Last synced: 10 months ago
JSON representation
Start a fresh project from scratch with the Prisma's documentation tutorial (introduce to the Prisma CLI, Prisma Client, and Prisma Migrate)
- Host: GitHub
- URL: https://github.com/joaofaveri/hello-prisma
- Owner: joaofaveri
- License: mit
- Created: 2022-07-13T03:12:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T04:08:55.000Z (over 3 years ago)
- Last Synced: 2023-03-04T18:26:57.285Z (almost 3 years ago)
- Topics: mongodb, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello Prisma Tutorial
Prisma Documentation
Learn how to create a new Node.js or TypeScript project from scratch by connecting Prisma to your MongoDB database and generating a Prisma Client for database access. The following tutorial introduces you to the Prisma CLI and Prisma Client.
## Prerequisites
- `Node.js` installed on your machine
- Access to a `MongoDB` 4.2+ server with a replica set deployment
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.