Skip to content

Latest commit

Β 

History

History
14 lines (12 loc) Β· 444 Bytes

README.md

File metadata and controls

14 lines (12 loc) Β· 444 Bytes

employeeRepository

This is a PHP(Drupal) module to provide REST APIs that help users to perform crud operations on Employees. The employees' info is stored in mysql database.

To run this project install

1. php > version 7
2. mysql
3. drupal 7 cms

Place the code in projects directory in drupal project folder.
Install this module from the CMS
Hit the urls provided in .module file on post man to see the results.