Doccure provides online appointment scheduling system for your patients and simplifies the communication process between medical professionals and patients through online scheduling.
- PHP
- phpMyAdmin
- MySQL
- Editor : VSCode
- Download and Install XAMPP Download
- Open XAMPP Control panal and start Apache and MySQL.
- Download the project or clone it.
- Extract files to the any directory.
- open phpMyAdmin
- Create new database "doccure".
- Import Database.
- Start the server in project directory.
php -S localhost:8080
Use any port you want
- Open it now in browser 😀.
localhost:8000