- Project Overview
- System Architecture
- Technologies Used
- Getting Started
- Backend
- Frontend
- Contributing
- License
- Contact
The Customer Management System (CMS) is a web-based application designed to manage customer data, interactions, and support services. The system is split into two parts: the backend, which handles data storage, processing, and API services, and the frontend, which provides a user interface for users to interact with the system.
- Backend: Built with Node.js, Express.js, and MongoDB.
- Frontend: Developed using Angular.
- Backend: Node.js, Express.js, MongoDB, Mongoose
- Frontend: Angular
- Node.js (>=14.x)
- MongoDB (>=4.x)
- npm (>=6.x) or yarn (>=1.x)
-
Clone the repository:
git clone https://github.com/manny1001/Customer-Feedback-System.git cd Customer-Feedback-System
-
Install dependencies:
- Backend:
cd backend npm install
- Frontend:
cd ../Customer-Feedback-System npm install
- Backend:
-
Backend:
cd backend npm start
The backend server will start on
http://localhost:5000
. -
Frontend:
cd frontend npm start
The frontend development server will start on
http://localhost:3000
.
backend/
├── controllers/
├── entities/
├── interfaces/
├── middleware/
├── models/
├── repositories/
├── routes/
├── services/
├── utils/
├── config/
└── server.js
Create a .env
file in the backend
directory and add the following:
MONGO_URI=mongodb://localhost:27017/customer_feedback_system
JWT_SECRET=M877BGKakWHYM0119100OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM
CFS_API_KEY=YOUR_GENERATED_API_KEY
MJ_APIKEY_PUBLIC='your API key'
MJ_APIKEY_PRIVATE='your API secret'
MJ_API_TOKEN='your API token'
API endpoints and documentation can be found in the http://localhost:5000/api-docs/.
frontend/
├── public/
├── src/
│ ├── components/
│ ├── containers/
│ ├── redux/
│ ├── services/
│ ├── utils/
│ ├── App.js
│ ├── index.js
│ └── setupTests.js
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the [MIT] file for details.
For any inquiries or issues, please contact [Emmanuelmuya@gmail.com]