django-react

Django and react application.

Screen Shot 2022-01-28 at 1 03 47 AM

Project Structure

app
  |- urls.py (Top level application URL configuration)
  |- backend
       |- api
           |- urls.py (Backend (DRF) URL configuration)
  |- frontend
  |    |- src (React application which is rendered using the `index.html` template)
  |        | - **.js 
  |    |- urls.py (Frontend URL configuration)

Installation

pipenv install

Usage

Run the Django server:

pipenv run python manage.py runserver

GitHub

GitHub - tj-django-templates/django-react-template at pythonawesome.com
Django Rest Framework + React application. Contribute to tj-django-templates/django-react-template development by creating an account on GitHub.