Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjajorquera/lead-manager-react-django
Full stack Django/React/Redux app that uses token based authentication with Knox.
https://github.com/benjajorquera/lead-manager-react-django
django knox react redux sqlite3
Last synced: about 1 month ago
JSON representation
Full stack Django/React/Redux app that uses token based authentication with Knox.
- Host: GitHub
- URL: https://github.com/benjajorquera/lead-manager-react-django
- Owner: benjajorquera
- License: mit
- Created: 2020-07-28T17:05:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:43:18.000Z (2 months ago)
- Last Synced: 2024-10-27T17:33:30.209Z (2 months ago)
- Topics: django, knox, react, redux, sqlite3
- Language: JavaScript
- Homepage:
- Size: 682 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=Uyei2iDA4Hs&list=PLillGF-RfqbbRA-CIUxlxkUpbq0IFkX60)