Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 426 Bytes

cookiecutter-drf-react

This is my favorite Web project tech stack and folder hierarchy.

cookiecutter template for

  • backend
    • django
    • django-rest-framework
  • frontend
    • reactjs
    • create-react-app

backend and frontend run on docker and are completely decoupled. The backend has no knowledge of frontend. The frontend is static but can call the backend REST Apis.