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 [email protected] | |
password | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/register
Arguments | Type | Description |
---|---|---|
name | sting | Required Post Malone |
sting | Required [email protected] | |
role | enum | Required admin/staff |
password | string | Required asdffdsa |
password_confirmation | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/your-profile
http://127.0.0.1:8000/api/v1/user-profile/{id}
http://127.0.0.1:8000/api/v1/user-lists
http://127.0.0.1:8000/api/v1/edit
Arguments | Type | Description |
---|---|---|
name | sting | Required Post Malone |
sting | Required [email protected] |
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