Skip to content

Shoib007/CRM_Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM (Customer Relationship Management) Software

Installation

  1. Install Python Doc
  2. Fork or Clone the repo using the following command
git clone https://github.com/Shoib007/CRM_Software.git
cd CRM_Software
  1. Install the dependencies using the following command
python3 -m pip install -r requirements.txt
  1. Install Docker and Docker Compose Document
  2. Make .env file and make use of domoenv from Back-End folder and fill the credentials
  3. Finally run the the following command from the root directory of the repo
docker-compose up --build -d

-d flag is to detach the console.

That's all it is that simple 😃

Releases

No releases published

Packages

No packages published