Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 665 Bytes

System Analysis and Design Project : CD-Book-Store-System

Run Locally

  1. Change directory to XAMPP's htdoc

  2. Clone the project

  git clone https://github.com/davidho0403/clinic-system.git
  1. Install composer package
composer install
  1. Copy .env.example to .env
cp .env.example .env
  1. Configure environment variables in .env

  2. Run XAMPP Apache Server and Database Server

  3. Execute create_tables.sql and add_test_data.sql in the DBMS

  4. Open homepage localhost/CD-Book-Store-System/view/