-
Change directory to XAMPP's htdoc
-
Clone the project
git clone https://github.com/davidho0403/clinic-system.git
- Install composer package
composer install
- Copy
.env.example
to.env
cp .env.example .env
-
Configure environment variables in
.env
-
Run XAMPP Apache Server and Database Server
-
Execute create_tables.sql and add_test_data.sql in the DBMS
-
Open homepage localhost/CD-Book-Store-System/view/