Project ID: P08
Course: UE23CS341A
Academic Year: 2025
Semester: 5th Sem
Campus: EC
Branch: CSE
Section: H
Team: Aeskan CRM
A simple CRM app which takes care of customers
This repository contains the source code and documentation for the Customer Relationship Management project, developed as part of the UE23CS341A course at PES University.
- @sxijyoti - Scrum Master
- @Ruchavw - Developer Team
- @Rohini-Lakkimsetty - Developer Team
- @Samridhi-2309 - Developer Team
- No valid faculty GitHub username found
- [List your prerequisites here]
-
Clone the repository
git clone https://github.com/pestechnology/PESU_EC_CSE_H_P08_Customer_Relationship_Management_Aeskan-CRM.git cd PESU_EC_CSE_H_P08_Customer_Relationship_Management_Aeskan-CRM -
Install dependencies
# Add your installation commands here -
Run the application
# Add your run commands here
PESU_EC_CSE_H_P08_Customer_Relationship_Management_Aeskan-CRM/
├── src/ # Source code
├── docs/ # Documentation
├── tests/ # Test files
├── .github/ # GitHub workflows and templates
├── README.md # This file
└── ...
main: Production-ready codedevelop: Development branchfeature/*: Feature branchesbugfix/*: Bug fix branches
Follow conventional commit format:
feat:New featuresfix:Bug fixesdocs:Documentation changesstyle:Code style changesrefactor:Code refactoringtest:Test-related changes
- Create feature branch from
develop - Make changes and commit
- Create Pull Request to
develop - Request review from team members
- Merge after approval
# Run tests
npm test
# Run tests with coverage
npm run test:coverageThis project is developed for educational purposes as part of the PES University UE23CS341A curriculum.
Course: UE23CS341A
Institution: PES University
Academic Year: 2025
Semester: 5th Sem