An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

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

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
```