CRM API services
crm-headless provides a clean REST based API with endpoints for manipulating the customer, note, contact, activity,address.
This project is built on top of Django and Django Rest Framework and in DDD (Domain Driven Design) approach.
API endpoints for Customer, Contact , Note , Activity , Address
Documentation for API endpoints using Swagger
pip install -R requirements/dev.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
pip install -R requirements/productions.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver