- First you need to set up the Laravel API https://github.com/unsta/labforty_task_api
git clone git@github.com:unsta/labforty_task_fe.git
npm install
npm run dev
Usually the local address will be http://localhost:5173/ (The port might be different)
If the port is NOT in the range of :5170-:5185, then you need to check the configurations in the Laravel API: config/sanctum.php
and config/cors.php
- john.doe@labforty.com | password | Role: User
- jane.doe@labforty.com | password456 | Role: User
- bob.bobber@labforty.com | password123 | Role: Admin
Note: The role:user
can list/update/view/delete own bookings only!
Note: The role:admin
can only list and view all bookings! (the list endpoint has extended filters)