Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/growupanand/freelancer_crm
This is a CRM Web App
https://github.com/growupanand/freelancer_crm
crm flask freelancer insurance javascript python
Last synced: 3 days ago
JSON representation
This is a CRM Web App
- Host: GitHub
- URL: https://github.com/growupanand/freelancer_crm
- Owner: growupanand
- License: gpl-3.0
- Created: 2020-12-28T05:32:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T16:00:30.000Z (over 2 years ago)
- Last Synced: 2024-11-03T17:25:18.370Z (about 2 months ago)
- Topics: crm, flask, freelancer, insurance, javascript, python
- Language: HTML
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Freelancer CRM
This an open source CRM web app for freelancer insurance agent to manage contacts, insurance policies and insurance
renewals.**[Live Demo](https://freelancer-crm.herokuapp.com/)**
**Caution: This software is free for personal use only, don't use it for commercial use.**
## Requirements
Please install below requirements before installation
* [Python3](https://www.python.org/downloads/)
* [Google Chrome](https://www.google.com/chrome/) (OR Any Modern Browser)
* [MongoDB](https://www.mongodb.com/try/download/community)## Installation
1. Open project folder in Terminal
```commandline
cd /project path
```1. Install required python packages in `requirements.txt` (pymongo, Flask, bcrypt, gunicorn, dnspython)
```commandline
pip install -r requirements.txt
```1. By default, MongoDB address is set to `mongodb://localhost` , To change address set environment variable `db_address`
1. Run Server
```commandline
python3 run.py
```1. Open [http://localhost:5000/](http://localhost:5000/) in Browser
## Developed using
* [PyCharm](https://www.jetbrains.com/pycharm/)
## Support Developer
If you like this project please support by giving star or give feedback
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/growupanand)