This an open source CRM web app for freelancer insurance agent to manage contacts, insurance policies and insurance renewals.
Caution: This software is free for personal use only, don't use it for commercial use.
Please install below requirements before installation
- Python3
- Google Chrome (OR Any Modern Browser)
- MongoDB
-
Open project folder in Terminal
cd /project path
-
Install required python packages in
requirements.txt
(pymongo, Flask, bcrypt, gunicorn, dnspython)pip install -r requirements.txt
-
By default, MongoDB address is set to
mongodb://localhost
, To change address set environment variabledb_address
-
Run Server
python3 run.py
-
Open http://localhost:5000/ in Browser
If you like this project please support by giving star or give feedback