Skip to content

Full stack Django/React/Redux app that uses token based authentication with Knox.

License

Notifications You must be signed in to change notification settings

benjajorquera/lead-manager-react-django

Repository files navigation

Lead Manager App

Full stack Django/React/Redux app that uses token based authentication with Knox and Python (v3.8)

Quick Start

# Install dependencies
npm install
pip install django
pip install pipenv
pipenv shell
pipenv install

# Config database (optional)
python leadmanager/manage.py migrate
python leadmanager/manage.py flush

# Run webpack (from root)
npm run dev

# Serve API on localhost:8000
python leadmanager/manage.py runserver

# Build for production
npm run build

Reference

Traversy Media

About

Full stack Django/React/Redux app that uses token based authentication with Knox.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published