npm i && composer install && cp .env.example .env && php artisan key:generate && code .http://127.0.0.1:8000/api/v1/login| Arguments | Type | Description |
|---|---|---|
| sting | Required admin@gmail.com | |
| password | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/register| Arguments | Type | Description |
|---|---|---|
| name | sting | Required Post Malone |
| sting | Required admin@gmail.com | |
| role | enum | Required admin/staff |
| password | string | Required asdffdsa |
| password_confirmation | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/your-profilehttp://127.0.0.1:8000/api/v1/user-profile/{id}http://127.0.0.1:8000/api/v1/user-listshttp://127.0.0.1:8000/api/v1/edit| Arguments | Type | Description |
|---|---|---|
| name | sting | Required Post Malone |
| sting | Required PostMalone@gmail.com |
http://127.0.0.1:8000/api/v1/update-password| Arguments | Type | Description |
|---|---|---|
| current_password | sting | Required asdffdsa |
| password | string | Required asdffdsa |
| password_confirmation | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/logout