/django-crm

Customer Relationship Management software developed as a hackathon project.

Primary LanguagePython

CUREM

Project Demo:

Demo

Sample Login:

  1. User Login:

--> username: user1

--> password: us@12345


Project Screenshots:

User Login

Sigin/Signup Portal


Admin Dashboard

Admin Dashboard


Admin Product Section

Admin Product Section


Admin customize/view user order

Admin Dashboard


User Dashboard

User Dashboard


User Profile Settings

User Profile Settings


Technology Stack:

  1. Front-End:

--> HTML

--> CSS

--> Javascript

--> Bootstrap 4


  1. Back-End:

--> Django

--> Postgresql

--> AWS RDS and S3


Want to have a hands on with code, follow the steps given below:

Pipenv Installation


Check if your system has pipenv, if not run:

pip install pipenv


Project environment setup


For importing the libraries & creating your vnenv, in the project directory, run:

pipenv install

pipenv shell


You are ready to go!


Just go into the base app and run the project with:

python manage.py runserver