Learn SST

preview_player
Показать описание
Learn about SST by building a simple Reddit clone with our GraphQL starter.

00:00 - Intro
02:54 - Preface

## 1. Installation
15:41 - Create a new project
23:38 - Project structure
38:25 - Editor integration
39:50 - Initialize the database
46:07 - Start the frontend
48:56 - Breakpoint debugging

## 2. Add a new feature
51:15 - Domain Driven Design
55:40 - Write to the database

## 3. Add to the API
1:00:40 - GraphQL API
1:05:31 - Add API types
1:16:07 - Queries and mutations

## 4. Update the frontend
1:19:37 - Render queries
1:32:30 - Make updates

## 5. Deployment
1:45:44 - Deploy to prod

1:50:49 - Outro
Рекомендации по теме
Комментарии
Автор

Thanks for your easy to follow explanations

pardeepkumar-gopx
Автор

Live Lambda Debugging is a cool feature, but vscode won't stop at breakpoints in the typescript source files unless sourcemaps are explicitly enabled in the SST config.

robc
Автор

I don't need GraphQl required REST. will it be good?

lokeshjain
Автор

Just bought signature edition and tNice tutorials tutorial I've watched a few tis. Am having a blast atm lol

hasanalwan
Автор

My create command didn't only asked for project name and my folder structure has a "packages" folder instead of "services."

samgod
Автор

After (npx sst start) finished..
The sst console didn't open?!
how to fix this, please?

NoonEvents