Build A Medium Clone With Next.js, Supabase V2, NextUI, and PostgreSQL (TypeScript Tutorial)

Опубликовано: 06 Октябрь 2024
на канале: Cooper Codes
11,044
303

🎓 Join my learning platform for module based courses, learning exercises, and more: https://coderprep.com/

_document.tsx code: https://pastebin.com/YAZn1fNW
PostgreSQL code: https://pastebin.com/n8QkM6zZ
FINAL PROJECT: https://github.com/coopercodes/Medium...

In this video we go over creating a Medium clone which allows us to create accounts, create articles, edit articles, and delete articles. This is a great tutorial for anyone getting familiar with Supabase V2, PostgreSQL, TypeScript, and Next.js.

Buying stuff through my Amazon link supports the channel! https://amzn.to/3hK5gd0

Business inquiry? Email [email protected]
0:00 Project showcase
1:55 Create Next App and installs
4:14 _app.tsx setup (and Supabase setup)
14:50 Create navbar component
22:02 Create landing page
25:40 Create login page
30:16 Create PostgreSQL articles table in Supabase
36:22 Create createArticle page
52:25 Create mainFeed page
58:31 Create articleCard component
1:06:08 Create article page
1:11:53 Create delete / edit article functionality
1:24:30 Outro, thank you!