https://github.com/letitbasecret/qutrix_assigment
https://github.com/letitbasecret/qutrix_assigment
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/letitbasecret/qutrix_assigment
- Owner: letitbasecret
- Created: 2024-06-18T12:27:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T12:37:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T00:25:24.509Z (over 1 year ago)
- Language: PHP
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Qutrix assigment
get and post api for student
step to use it
- pull the repos in your system
- run "php artisan serve"
-
open postman in your system browser
-
run "http://127.0.0.1:8000/api/show"
-
next run "http://127.0.0.1:8000/api/store"
- body-row-
{
"name":"priyanka",
"email":"priya@gmail.com",
"phone":"98765423",
"address":"dhanbad , jharkhand",
"city":"dhanbad",
"contry":"India",
"gender":"F"
}
-
to show indivisual student data run "http://127.0.0.1:8000/api/studetail/4"