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

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)

Awesome Lists containing this project

README

          









Hello Prisma Tutorial

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.