https://github.com/sd2001/crm-x
🔒 Manage your Ecommerce Backend at a Single Place🚀 Under-Development
https://github.com/sd2001/crm-x
bootstrap5 cloudinary django heroku python sentry-io
Last synced: 9 months ago
JSON representation
🔒 Manage your Ecommerce Backend at a Single Place🚀 Under-Development
- Host: GitHub
- URL: https://github.com/sd2001/crm-x
- Owner: sd2001
- License: mit
- Created: 2021-04-21T11:22:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T15:26:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T14:50:09.426Z (about 1 year ago)
- Topics: bootstrap5, cloudinary, django, heroku, python, sentry-io
- Language: HTML
- Homepage: https://ux-crm.herokuapp.com/
- Size: 380 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



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
source /bin/activate
pip install -r requirements.txt
```
```
python manage.py runserver
```
```
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
```