DEV Community

Discussion on: The Framework For Perfectionists With Deadlines

Collapse
 
albindevs profile image
Albin Daniel Garcia

Well I'm still looking for that first job, no real world production experience yet. But this is what I did in my project.

You could have the front and the back in completely different repositories, but I wanted to have them in the same one to make version control easy and consistent through the entire project.

I run django-admin startproject project_name

And then inside the root folder I run npx create-react-app fronted

They are 2 totally decoupled independent projects in the same repository and they only talk through RestFul API requests

Thread Thread
 
veldakiara profile image
Velda Kiara

Nice, it sounds pretty neat too. I am going to give react a try.

Thread Thread
 
albindevs profile image
Albin Daniel Garcia

Go for it! Btw which tamplates do you use with Django?

Thread Thread
 
veldakiara profile image
Velda Kiara

I Google most of the time other times my friends where some of theirs

Thread Thread
 
veldakiara profile image
Velda Kiara

Oh and I use the one's that are a complete package with bootstrap, Js etc