Skip to content

tj-django-templates/django-react-template

Repository files navigation

django-react

Sample 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

About

Django Rest Framework + React application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published