项目作者: mikeleg

项目描述 :
CRM API services
高级语言: Python
项目地址: git://github.com/mikeleg/crm-headless.git
创建时间: 2020-09-28T16:10:35Z
项目社区:https://github.com/mikeleg/crm-headless

开源协议:MIT License

下载


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:
    1. pip install -R requirements/dev.txt
    2. python manage.py makemigrations
    3. python manage.py migrate
    4. python manage.py runserver
  2. Production enviroment:
    1. pip install -R requirements/productions.txt
    2. python manage.py makemigrations
    3. python manage.py migrate
    4. python manage.py runserver