GithubHelp home page GithubHelp logo

nar0kan / ingotcrm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12.32 MB

IngotCRM is a CRM system. Built with Django, TailwindCSS, JS and Jquery.

Home Page: https://ingot-crm.vercel.app

Python 32.13% HTML 67.31% CSS 0.55% JavaScript 0.01%
agents crm css3 django django-environ django-filters documents html5 javascript leads

ingotcrm's Introduction

IngotCRM


IngotCRM Logo

IngotCRM

CRM system to manage your Agents/Leads/Documents

View Demo · Report Bug · Contact

Table of Contents
  1. About
  2. How to deploy
  3. Technologies
  4. Screenshots
  5. Sources

About The Project

IngotCRM is my project to manage Leads, Agents, and Documents and explore even more. It has CRUD+L principle, Authentication, Filter, and Pagination features connected via views, PayPal API, custom TailwindCSS design, Static Files Collection, and Media Files represented as Documents. Users can create their accounts (Organisations) and via these accounts add more (Agents). Each agent can be assigned to a Lead. Documents can be related to specific Leads and, besides, can have a secret mark.

(back to top)

INSTALLATION

To deploy this project in localhost consider next:

  1. You will need to have S3 bucket. If you are not having any - in your .env file set USE_S3 to FALSE.
  2. You need to connect to your own PostgreSQL Database. Deploy it localy, or through the web. Otherwice change the Settings.py file.
  3. You might wanna use different credentials for Paypal. Don't forget to change the veriables in .env file.
  4. For Email variables you can use your own Gmail account, or just create a new one, as it is running with Gmail SMTP.
  5. Before you run the server set READ_FROM_DOT_ENV_FILE default to True in Settings.py

STEPS

  1. Clone the project
git clone https://github.com/Nar0kan/IngotCRM.git

or download the zip file...

  1. Create your virtual environment and activate it
python -m venv venv
venv\Scripts\activate
  1. Install dependencies from requirements.txt file
pip install -r requirements.txt
  1. Create your own .env file in /ingotcrm directory and fill it up with your own data (example - .template.env)

  2. Change settings.py file default to True and run server

image

python manage.py runserver

(back to top)

Technologies

Languages & Frameworks
  • Python
  • HTML5
  • CSS3
  • Django
  • PostgreSQL
  • TaiwindCSS
  • JQuery
Modules
  • django-crispy-forms
  • django-environ
  • django-filter
  • django-jquery
  • django-paypal
  • django-storages
  • boto3
  • psycopg2-binary
  • whitenoise

(back to top)

Roadmap

Landing page

Screenshot-3

Leads page

Screenshot-4

Lead details page

Screenshot-5

Agent details page

Screenshot-6

Documents page

Screenshot-7

(back to top)

Sources

(back to top)

ingotcrm's People

Contributors

nar0kan avatar

Stargazers

 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.