An open API service indexing awesome lists of open source software.

https://github.com/letitbasecret/qutrix_assigment


https://github.com/letitbasecret/qutrix_assigment

Last synced: over 1 year ago
JSON representation

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"