Next.js and Django Fullstack Airbnb Clone - Part 3 - React, Tailwind, Django Rest Framework and more

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

00:00:00 Install and setup Docker
00:09:10 Docker Compose
00:16:15 Explanations
00:23:05 Postgresql
00:45:12 Custom user
01:03:00 Configurations (DRF, etc)
01:14:02 Properties app
01:21:30 Serializers
01:24:10 View and urls
01:29:30 Testing API
01:30:20 Add Properties
01:32:30 Showing Properties

In this third part, I will set up Docker and Docker compose with Django and Postgresql. I will create an app for the custom user model and also create an app for the properties.

The properties will be loaded to the front end and showed on the front page.

Code With Stein Premium

Support me

Important links

---

#codewithstein #nextjs #react #tailwind #django #djangorestframework
Рекомендации по теме
Комментарии
Автор

Nice video. Nobody but you are the only one who covers django + other language based framework. Thank you.

whyhanlr
Автор

great series, this gets more and more complicated with each step :D, I knew about docker but never used it, I really liked seeing it, because many things have become clear to me, I will do it locally with postgresql, so as not to get confused and understand well the logic of bringing data from the back to the front with next js, what leaves me amazed is the number of small things that have to be done to bring the data. Thanks for the job

joselucianocastro
Автор

This series is incredibly useful, thank you so much for this!

rajpandya
Автор

Thanks for the video. Setting up the docker seems like a hell of the work :D.

sandamichael
Автор

I am following you! Your videos are perfect. Can't wait till next serie!

bilalzeaiter
Автор

For people using Windows, the Virtual Environment is activated with: env\Scripts\activate

carlosrangel
Автор

Great videos, Stein! I found out working with WSL2, netcat doesn't work. Need to install netcat-traditional, instead.

xxoooOFxx
Автор

Waiting Part/4 thank you Stein for kind of amazing tutorial ❤

istanbulportrait
Автор

Thank you sooo much for such good project!!

shashanktyagi
Автор

You are awesome 😍. please make more videos with next js and external apis such as node js or Django🙏🙏.

amirbasiri
Автор

Note: Showing Properties

i suggest you fetch the data in server action its new in NextJs, because it will be on the server instead in client component because in future if you add a token or API key it will be public and anyone can get it

alexdin
Автор

How many parts will be there? Thanks for these tutorials. 👍

gambomaster
Автор

Can you please do final deployment video too in any free hosting?

sridgl
Автор

Hi there! I'm working through the course and at 1:19:55 of this video at the point where you call makemigrations after defining the property model I get the error 'service "web" is not running container #1' Not sure what is going wrong! The docker container builds and runs with no problem.

tom.kovacs
Автор

Hello @Stein, great video, I am having issues when trying to run the migrate command, running makemigrations command works however, when I try to run the migrate command I get InconsistentMigrationHistory: admin.001_initial is applied before its dependecy, how can I resolve this ?

johnolanipekun
Автор

i keep getting error that database doesnt exist when i run docker-compose up --build. its been 5 hours now and i cant figue out what i did wrong. i am using windows pc

rackaraanderson
Автор

Hello please can someone help? i'm working on windows, when i run the command " docker-compose exec web python manage.py startapp useraccount" it create me the component inside the docker directory and i ca, 't access it in vscode to continue. how can i handle this?

borelmba
Автор

Hi Stein, thanks for making this series! Everything seems to be working fine except for the entrypoint.sh. I keep getting this error:

exec no such file or directory

I though it was only my issue but I cloned your backend repo in order to verify that yours worked and I still see the issue there.

Please let us know the solution.

Thanks!

SantamariaFredy
Автор

Please, how about if I need to add email verification?

godwinjames
Автор

please, i have a suggestion can you make short time between your videos its take a long time and thanks for this content

alexdin