最新消息:请大家多多支持

Learn APIs development with Prisma, Nodejs, and Postgres

教程/Tutorials dsgsd 100浏览 0评论

Published 12/2022
Created by Haider Malik
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 41 Lectures ( 7h 42m ) | Size: 3.47 GB

Step by Step guide to build Restful APIs with Node.Js, Prisma ORM, Postgres, Sqlite and Typescript

What you’ll learn
Master the REST API Development
Learn Prisma Basics
Prisma Relations, Queries, Database Conntection, Deployment
Testing REST APIs with Jest and Prisma
Deploy Prisma REST APIs
API development with Nodejs and Express
Express basics

Requirements
knowledge of Javascript is required
Basic knowledge of nodejs and typescript is appreciated

Description
Prisma is a next-generation object–relational mapper (ORM) that claims to help developers build faster and make fewer errors. Prisma takes a different approach to ORMs compared to traditional ORMs. It uses a custom Schema Definition Language (SDL) that automatically writes migrations and generates type-safe code.Why Prisma?ORMs facilitate implementing the domain model. The domain model is an object model that incorporates the behavior and data of your business logic. In other words, it allows you to focus on real business concepts rather than the database structure or SQL semantics.ORMs help reduce the amount of code. They save you from writing repetitive SQL statements for common CRUD (Create Read Update Delete) operations and escaping user input to prevent vulnerabilities such as SQL injections.ORMs require you to write little to no SQL (depending on your complexity you may still need to write the odd raw query). This is beneficial for developers who are not familiar with SQL but still want to work with a database.Many ORMs abstract database-specific details. In theory, this means that an ORM can make changing from one database to another easier. It should be noted that in practice applications rarely change the database they use.In this course, we are going to build the REST API in Prisma, Node, Express, and Postgres

Who this course is for
Beginner Nodejs developers who want to learn API development with Nodejs, Express and Prisma
Nodejs developers who want to learn how to use ORM rather than plain SQL queries
Developers who want to learn how to build REST APIs in Nodejs
Nodejs developers who want to learn how to write the test cases for REST APIs
Nodejs developers who wants to learn testing using JEST framework


Password/解压密码www.tbtos.com

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » Learn APIs development with Prisma, Nodejs, and Postgres

您必须 登录 才能发表评论!