Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)