Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 667 Bytes

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