Completed
) Deploy Database on Railway
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack Web Development in the Cloud Course - Svelte, Postgres, Vercel, Gitpod
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) What you will learn
- 3 ) Gitpod developer environment
- 4 ) Project Overview: A todo app
- 5 ) Architecture
- 6 ) Initialize the application
- 7 ) Intro to SvelteKit
- 8 ) Configure Gitpod
- 9 ) Develop HTML structure
- 10 ) Apply CSS styles
- 11 ) Develop CRUD endpoints: GET and POST
- 12 ) DELETE
- 13 ) PATCH - Edit Text
- 14 ) PATCH - Mark as Done
- 15 ) Enhance HTML forms
- 16 ) Install & start the dev database
- 17 ) Use Prisma ORM
- 18 ) Update API to use Prisma
- 19 ) Deploy Database on Railway
- 20 ) Deploy web app & API on Vercel
- 21 ) Project review
- 22 ) What's next?
- 23 ) Wrap up