Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 335 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 335 Bytes

REST-API

REST API Methods creation on Django Framwork

Table: Employee Attributes:

1. employee_id
2. employee_name
3. Age
4. Salary
  • File: employee/models.py

Creation of Methods:

1. GET
2. POST
3. PUT
4. DELETE
  • File: employee/api.py

Attached a separate file "Client.py" for external Interaction with the API