Skip to content

Surajtalwar/DjangoWithReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DjangoWithReact

This project is broken up into a backend and frontend. The backend contains the Django project which uses the Django Rest Framework to host a simple API. The frontend uses React and queries data from the API.

Run the following commands to get started:

  1. virtualenv env
  2. pip install -r requirements.txt
  3. npm i
  4. npm run build
  5. python3 manage.py runserver

About

A simple integration of Django and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors