前回、venvで仮想環境を構築してDjangoをインストールするところまで記載しました。 今回は、ガリガリコードを書いていって、Djangoでお買い物アプリをフロントエンド・バックエンドまるっと実装するのがゴールです。 今までのJavaScriptバージョンと、React ...
前回は、JSXというReactにおけるHTMLファイルのようなタグを使い、入力欄・未購入欄・購入済欄の三つのコンポーネントを作成。 CSSファイルで見た目を整形して、JavaScriptバージョンの「お買い物リスト」と同様の見た目を作りました。(静的) 2.今回の ...
Description: BASIC_DJANGO_REACT_WEBAPP is a simple web application template that combines Django on the backend and React.js on the frontend. This repository serves as a starting point for building ...
Django A high-level Python web framework that encourages rapid development and clean, pragmatic design.. DjangoRestFramework Django REST framework is a powerful and flexible toolkit for building Web ...