https://github.com/belchenkov/react_django_lead_manager
Full stack Django/React/Redux app that uses token based authentication with Knox.
https://github.com/belchenkov/react_django_lead_manager
axios babel-preset-react django django-rest-knox djangorestframework python react react-alert react-transition-group redux redux-thunk
Last synced: about 2 months ago
JSON representation
Full stack Django/React/Redux app that uses token based authentication with Knox.
- Host: GitHub
- URL: https://github.com/belchenkov/react_django_lead_manager
- Owner: Belchenkov
- Created: 2020-04-21T12:17:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:08:31.000Z (over 3 years ago)
- Last Synced: 2025-01-05T07:23:37.494Z (over 1 year ago)
- Topics: axios, babel-preset-react, django, django-rest-knox, djangorestframework, python, react, react-alert, react-transition-group, redux, redux-thunk
- Language: JavaScript
- Size: 673 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lead Manager
> Full stack Django/React/Redux app that uses token based authentication with Knox.
## Quick Start
```bash
# Install dependencies
npm install
# Serve API on localhost:8000
python leadmanager/manage.py runserver
# Run webpack (from root)
npm run dev
# Build for production
npm run build
```