Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.35 KB

api_contacts

using laravel api(Axios) devlopment with sanctum and jwt and in the front-end using vue.js and tailwind.css

the Home page at the same time an Auth page :

1

The register page :

2

The Home page after login : Once the user signs in, the device is able to get access tokens and refresh tokens as needed. When you click to sign out, the token is deleted

3

Add a new cotact :

4

The list of contacts in home page

5

Edit a specific contact :

6

Delete a specific contact :

7

After the delete

8