DCMC which stands for Dental Clinic Management Centre, is a web-based booking and scheduling management system for JDC Dental Clinic DCMC (Dental Clinic Management Center) is a web-based platform designed to answer the problems faced by JDC Dental Clinic in terms of managing their appointments, queues, and clinic management that still uses traditional methods by recording it in a notebook. By Implementing this system, we hope that the problem in maladministration and disorganized can be solved.
- E1900340 - I Ketut Mahendra @mahendraketut
- E1900341 - I Made Arya Wiguna @Mazzery
Color | Hex |
---|---|
Black | #000000 |
Phthalo Blue | #001194 |
Sea Green Crayola | #2AFFD8 |
Pacific Blue | #1CB2C2 |
White | #FFFFFF |
If you have any feedback, please reach out to us at dev.mahendraketut@gmail.com
Clone the project
git clone https://github.com/mahendraketut/DCMC.git
Go to the project directory
cd my-project
Install composer
composer install
copy environment file
cp .example.env .env
generate key
php artisan key:generate
run migration
php artisan migrate
serve
php artisan serve