/CRM-X

🔒 Manage your Ecommerce Backend at a Single Place🚀 Under-Development

Primary LanguageHTMLMIT LicenseMIT








CRM-X is available under MIT License, read the LICENSE file for more info



  • Fork the Repository
  • Open your Terminal / Cmd

git clone https://github.com/sd2001/CRM-X.git   
cd CRM-X
pip install virtualenv
python -m venv <name of environment>
source <name>/bin/activate
pip install -r requirements.txt
python manage.py runserver



  python manage.py makemigrations
  python manage.py migrate
  
  python manage.py createsuperuser