GithubHelp home page GithubHelp logo

mohammadhosseini3 / crm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 44 KB

Customer Relationship Management(CRM) is a strategy that companies use to manage interactions with customers and potential customers.

Python 58.18% HTML 41.82%
django mysql python3 pythonanywhere rdms html-css-javascript

crm's Introduction

CRM

Customer Relationship Management(CRM) is a strategy that companies use to manage interactions with customers and potential customers.

Overview

Description

  • If a customer is not able to get immediate or relatively fast help when on your site, they may not make a purchase.
  • CRM can provide deeper insights into customer behavior on and off your site,
  • ADVANCED PERSONALIZATION, You can use it to personalize each customer’s experience on your website to better meet their needs.
  • I have learnt how to build an user-friendly design for the website.

Installation

Use the following command to install pip for Python 3:

$ sudo apt install python3-pip

Clone the repository from Github and switch to the new directory:

$ git clone https://github.com/mohammadhosseini3/CRM.git
$ cd CRM

Activate the virtualenv for your project.

$ pip install virtualenv
$ virtualenv [name of your new virtual environment]
$ cd [name of your new virtual environment]
$ source bin/activate
$ pip install -r requirements.txt

How to Run it

First Migrate models to your database:

$ python manage.py makemigrations
$ python manage.py migrate

Then you can now run the development server:

$ python manage.py runserver
$ Go to [http://localhost:8000](http://localhost:8000) to see your CRM version.

Credits

Followed Tutorial link:

https://youtube.com/playlist?list=PLOLrQ9Pn6cazhaxNDhcOIPYXt2zZhAXKO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.