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

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.

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
```