Skip to content

MisterPingouin/Checkpoint2

Repository files navigation

Checkpoint 2

Steps

  1. Clone the repo from Github.
  2. Run composer install.
  3. Create a database (e.g. named checkpoint2)
  4. Create config/db.php from config/db.php.dist file and add your DB parameters. Don't delete the .dist file, it must be kept.
define('APP_DB_HOST', 'your_db_host');
define('APP_DB_NAME', 'your_db_name');
define('APP_DB_USER', 'your_db_user_wich_is_not_root');
define('APP_DB_PWD', 'your_db_password');
  1. Run the internal PHP webserver with php -S localhost:8000 -t public/. The option -t with public as parameter means your localhost will target the /public folder.
  2. Go to localhost:8000 with your favorite browser.
  3. Clic on "Intructions" button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published