Welcome to the Customer Relationship Management (CRM) system – a powerful tool designed to streamline interactions between administrators and customers. This system is built with a modern tech stack to ensure efficiency, scalability, and a smooth user experience.
- React
- Material Tailwind (using Crd Creative Tim)
- Vite
- Laravel
- MySQL
Follow these steps to set up and run the CRM system on your local machine:
-
Clone the Repository:
git clone https://github.com/SaiHtetWaiYan/CRM cd CRM
-
Setup Backend:
cd backend composer install cp .env.example .env php artisan key:generate php artisan migrate php artisan db:seed --class=AdminSeeder php artisan db:seed --class=UserSeeder php artisan serve
-
Setup Frontend:
cd frontend npm install npm run dev
-
Access the Application: Open your browser and navigate to http://localhost:5173
-
URL:
- Sign-in for Admin & Customer http://localhost:5173/auth/sign-in
- Sign-up for Customer http://localhost:5173/auth/sign-up
-
Login Credentials:
-
Admin:
- Email: admin@gmail.com
- Password: password
-
Customer:
- Email: customer@gmail.com
- Password: password
-
Explore the system through the provided screen recording:
This CRM system is designed with future updates in mind, specifically for Customer Relationship Management purposes. Expect enhancements and additional features to improve your CRM experience.
This CRM system is developed by Sai Htet Wai Yan, and credit is given to Creative Tim for the Material Tailwind template.
Please review the license.md file for information about the usage and distribution of this CRM system.
Enjoy using the CRM system and have fun managing your customer relationships!