Build a CRUD GraphQL API With Apollo Server V4, Couchbase, and TypeScript

preview_player
Показать описание

In this video I show you how to create a full CRUD GraphQL API using the latest technologies such as Apollo Server V4, Couchbase, GraphQL, and TypeScript. If you’re interested in backend API development, or learning a new database service such as Couchbase, then you will get a bunch of value out of this video. The API we build is going to allow us to create, read, update, and delete products similar to an eCommerce store. During the tutorial I also show how to use Couchbase Capella, Couchbase full text search, and of course how to integrate Couchbase with backend systems such as Apollo Server V4. This video also uses TypeScript, allowing us to show off the TypeScript classes that Couchbase offers for easier development of backend systems.

0:00 Introduction / API Showcase
5:09 Setup Apollo Server V4 with TypeScript
13:53 Setup Couchbase with Apollo Server V4
22:20 getProduct query (Read)
28:03 createProduct mutation (Create)
33:56 deleteProduct mutation (Delete)
36:59 updateProduct mutation (Update)
42:55 getAllProductsWithTerm query (Couchbase FTS)
51:10 setQuantity mutation (Update property)
54:12 Deployment discussion / thanks for watching!
Рекомендации по теме
Комментарии
Автор

I have to say
you are the only one on youtube that explain so well graphQl with apollo server AND typescript!!
ans you should get way more respect for you video
and I hope you will soon!
thanks alot
you so talent

fhotvkz
Автор

World class! Really inspiring and hands-on!

PederLinder
Автор

I had to use: import * as couchbase from "couchbase";
Thank you for the video, It was very helpful!

gemlopmun
Автор

Another great and informative video - thanks again !

paulthomas
Автор

thank u for the video and Can you pls paste the video to deploy to aws lambda

madhubachi
Автор

Please add video to deploy it to aws, this is super helpful!!!😇

DipanshuBhangale
Автор

you could have used mongodb, mongoose as thats industry standard

deepkodes
Автор

they don't offer infinite free tier, it's limited to 30 days, so after 30 days of building this you can't show this project on your resume in production, kinda annoying so not building it

CoIdestMoments
Автор

Just in case you encountered module not found error try adding node ./dist/index.js

albertlaguador