/simple-rest-api

REST API to manage student data

Primary LanguagePHPMIT LicenseMIT

simple-rest-api

This simple server rest is implemented with codeigniter framework. This rest server serves to manage student data with CRUD

API

/api/mahasiswa

  • GET : Retrieve all student data
  • POST : Add new student data
  • PUT : Edit student data with specific id
  • DELETE : Delete student data with specific id