Skip to content

This is a Customer relationship management system.

License

Notifications You must be signed in to change notification settings

dhvll/CRM-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM-System

This is Customer relationship management system which helps users to manage relationships and interactions with the customer and assign them to agents efficiently

Technologies

  • Python
  • Django
  • Django Rest Framework
  • Tailwand CSS
  • PostgreSQL

Installation

  1. Create a local copy of this git repository with git clone command.

    $ git clone https://github.com/dhavall13/CRM-System.git
  2. Create a Virtual Enviornment with the virtualenv module.

    $ virtualenv .
  3. Once you’ve created a virtual environment, you may activate it.

    $ source scripts/activate
  4. Now, install the requirements from the requirements.txt file.

    $ pip install -r requirements.txt
  5. Now, apply the migrations with the management command.

    $ python manage.py migrate
  6. Finally, start the developement server with the management commnad.

    $ python manage.py runserver

Screenshots

  • Dashbord Dashbord

  • Leads Leads

  • Profile Profile

  • Agents Agents

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This is a Customer relationship management system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published