GenericCRM_Backend
1.0.0
I've been disappointed with the current state of paid, freemium, and open-source CRMs. The goal of this project is to create a CRM backend that is both generic and powerful enough that anyone can plug their own front end onto it via REST API.
Create a virtual environment:
python -m venv venv
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun the application:
python -m appRun tests:
pytest