sign-in-page

It's a simple page to register and sign in using Laravel & Ionic.

Development Setup

  1. Download the project locally
git clone https://github.com/reemkhd/sign-in-page.git
cd sign-in-page
  1. Connect your local database
    from database.php inside config folder.

  2. For backend Run the server

php artisan serve
  1. For frontend Run the server
ionic serve -c