Skip to content

jayakrishnandingit/learn_django_react

Repository files navigation

Sample project to learn ReactJS and how to integrate it with Django

Prerequisites

  • Require NodeJS for front end package management.

How to run?

# install required Python packages.
pip install -r requirements.txt

# Migrate database tables to a local sqlite3 DB.
python manage.py migrate

# install front end packages.
npm install

# start server
python manage.py runserver

# visit.
http://locahost:8000

Releases

No releases published

Packages

No packages published

Languages