Giter Site home page Giter Site logo

djangocrm's Introduction

CRM App πŸ“ˆ

Welcome to the CRM (Customer Relationship Management) App! This Django-based application empowers you to manage customer interactions effectively while utilizing a MySQL database. 🀝

Dependencies

This app is built using the following technologies:

  • Django 🌐: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
  • MySQL πŸ—„οΈ: The chosen database management system.
  • Bootstrap 🎨: Provides a sleek and responsive user interface.

Features

  • Register: Users can create accounts to access the app.
  • Log In: Registered users can log in to their accounts.
  • Log Out: Users can securely log out when their session is complete.
  • Add Contacts: Easily add new customer contacts to the database.
  • View Contacts: Browse and review existing customer contact information.
  • Update Contacts: Make necessary changes to contact details.
  • Delete Contacts: Remove contacts that are no longer relevant.
  • Track Interactions: Record interactions and communications with customers.

Getting Started

To run the app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/inagib21/DjangoCrm
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment:
    • On Windows: venv\Scripts\activate
    • On macOS and Linux: source venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Set up the MySQL database
  6. Configure the database connection in settings.py.
  7. Run migrations: python manage.py migrate
  8. Run the development server: python manage.py runserver
  9. Access the app in your web browser: http://localhost:8000

Feedback

If you encounter any issues, have suggestions, or want to contribute, feel free to submit a pull request or open an issue. πŸ’ΌπŸ‘₯🀝

djangocrm's People

Contributors

inagib21 avatar

Watchers

 avatar

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.