Hwzn tech Task

Endpoints

Web

  1. / home page that show welcome massage and identify you if you are user
  2. /users users page that show users data that indexed by email, phone and order by them
  3. /login login page. Demo useremail:user@example.compassword:password

Api

  1. api/auth/login

To run this project:

php artisan setup:app
  • Run the previous command to set up the app and fill the database with dummy data (if you are in a local environment).

Demo

Postman API