Go to file
2021-11-13 14:19:55 +08:00
core Initial commit 2021-11-13 14:19:55 +08:00
public Initial commit 2021-11-13 14:19:55 +08:00
views Initial commit 2021-11-13 14:19:55 +08:00
.gitignore Initial commit 2021-11-13 14:19:55 +08:00
.local.vimrc Initial commit 2021-11-13 14:19:55 +08:00
composer.json Initial commit 2021-11-13 14:19:55 +08:00
composer.lock Initial commit 2021-11-13 14:19:55 +08:00
composer.phar Initial commit 2021-11-13 14:19:55 +08:00
Config.php.example Initial commit 2021-11-13 14:19:55 +08:00
README.md Initial commit 2021-11-13 14:19:55 +08:00
Routes.php Initial commit 2021-11-13 14:19:55 +08:00
schema.sql Initial commit 2021-11-13 14:19:55 +08:00
seed.php Initial commit 2021-11-13 14:19:55 +08:00

Environment

  • PHP (>= 7, with openssl support)
  • MySQL (>= 5.7)
  • Git (>= 2.17)

Configuration

Create Config.php (copy from Config.php.example) file and enter Database & Mailer credentials.

Testing

$ php composer.phar install               # install dependencies
$ php seed.php                            # seed random dummy data
$ php -S localhost:8080 public/index.php  # start the server
  • Each dummy user's password is 1234.