/lr-php

Simple Login and Registration page, with both logic implemented in php, to get started.

Primary LanguagePHP

LR

This is a simple registration and login app, built with php and bootstrap.

Usage

  1. Clone repo
  2. Create new database
  3. Import users.sql file into your new database
  4. Add your database credentials to the constants.php file
  5. Navigate to localhost/lr
  6. Try Registration functionality
  7. Try Login functionality