-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Relationship and interaction between a business and their customers are getting harder to manage as time goes on (due to poor guidance and management).
solution is Customify
We are providing a system to ease the tracking, interaction, and management of customers by businesses so as to maintain High Performance. Having customer information such as past purchases and interaction history easily accessible can help customer support representatives. Access to customer data can help businesses identify trends about their customers.
clone repository
git clone https://github.com/PatrickNiyogitare28/customify
branches products, rewarding, reporting, and billing have been created for you to use your branches carefully
git checkout origin <your branch>
before going to sleep commit your changes
git add .
git commit -m "simple message on what you did"
git pull origin main
git push origin <your branch>
**Note **Please don't commit to the main branch
The database
we are using is hosted on the cloud you don't have even to know its name What you will rather do is just to call a static variable statement from the Db class and connect it
To access the database in the shell run
mysql -h bfdc6au0tcay6gxeuohp-mysql.services.clever-cloud.com -P 3306 -u uqq6c1ewt1hkbzwd -p bfdc6au0tcay6gxeuohp
The password is
jaW3mRUAAwzTAiOTVkZu
Then Run
USE bfdc6au0tcay6gxeuohp;
You are already there!
SUPER-ADMIN
email: [email protected]
password: 123
Dashboard Options
-
Business Management
-
Profile management
BUSINESS_ADMIN
email: [email protected]
password: 123
Dashboard Options
- Employee Management
- Customer Management
- Report Management
- Profile settings
EMPLOYEE
email: [email protected]
password: 123
Dashboard Options
- Customer Management
- Transactions Management
- Profile settings
Resources
Happy coding!
Introduction
Solution
Getting started
Doc backend
Resources