- Install Python Doc
- Fork or Clone the repo using the following command
git clone https://github.com/Shoib007/CRM_Software.git
cd CRM_Software
- Install the dependencies using the following command
python3 -m pip install -r requirements.txt
- Install Docker and Docker Compose Document
- Make .env file and make use of domoenv from Back-End folder and fill the credentials
- 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 😃