Learn how to develop a full-stack web application by FreeCodeCamp
In this tutorial for beginners, you will learn how to develop a full-stack web application entirely in your browser using Gitpod (https://www.gitpod.io/). You will build the app with Svelte and Postgres.entirely in your browser using Gitpod (https://www.gitpod.io/).
Learn how to develop a full-stack web application by FreeCodeCamp
In this tutorial for beginners, you will learn how to develop a full-stack web application entirely in your browser using Gitpod (https://www.gitpod.io/). You will build the app with Svelte and Postgres.entirely in your browser using Gitpod (https://www.gitpod.io/).
The Course Contents and Timestamps
- Introduction
- What you will learn
- Gitpod developer environment
- Project Overview: A todo app
- Architecture
- Initialize the application
- Intro to SvelteKit
- Configure Gitpod
- Develop HTML structure
- Apply CSS styles
- Develop CRUD endpoints: GET and POST
- DELETE
- PATCH – Edit Text
- PATCH – Mark as Done
- Enhance HTML forms
- Install & start the dev database
- Use Prisma ORM
- Update API to use Prisma
- Deploy Database on Railway
- Deploy web app & API on Vercel
- Project review
- What’s next?
- Wrap up