This is demo api created for react-signup example.
Python3 and virtualenv should be installed in development machine
git clone https://github.com/ankitmlive/sign-up-api.git
cd sign-up-api
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
http://localhost:8000/api/v1/accounts/register/
firstname
lastname
organization
phone
registration
password
This app is only for demonstration, No validation or error-handling implemented yet.