Home
Softono

Crm Headless

Open source MIT Python
13
Stars
0
Forks
2
Issues
2
Watchers
3 years
Last Commit

 About Crm Headless

CRM API services

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Crm Headless?

We provide expert installation service for this software. Our team will install, configure, and secure Crm Headless on your server. plans start at just $30.

Crm Headless

View on GitHub

Crm Headless api service in django.

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.

Features

  • API endpoints for Customer, Contact , Note , Activity , Address

  • Documentation for API endpoints using Swagger

How to install

  1. Development enviroment:
    pip install -R requirements/dev.txt
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver
    
  2. Production enviroment:
    pip install -R requirements/productions.txt
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver