Skip to content

BTL môn Lập trình web - Xây dựng trang web cho doanh nghiệp bán thức uống

Notifications You must be signed in to change notification settings

thuanbkk20/WebPrograming-IcedRoast

Repository files navigation

SET UP

Tạo mysql database:

  1. Đầu tiên, sử dụng DBMS của bạn tạo một connection mysql database, tạo database có tên là 'icedroast'

  2. Vào configs/database.php

  3. Thay thế các thông tin về mysql server của bạn trong mảng $config['database']

  • Trong đó các key host userpass lần lượt là các thông tin về host, userpassword của mysql server.

Run migration:

  1. Mở terminal lên rồi lệnh sau:

    php migrations.php
  2. Terminal trả về như sau là thành công:

    [2021-10-28 19:10:49] - Applying migration m0001_initial.php
    [2021-10-28 19:10:49] - Applied migration m0001_initial.php
  3. Nếu không được như vậy thì hãy drop hết table trong database rồi chạy migrate lại.

Run project

Để chạy project, chạy lệnh sau:

php -S localhost:3000

About

BTL môn Lập trình web - Xây dựng trang web cho doanh nghiệp bán thức uống

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •