Skip to content

Ayushmanglani/REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

REST API Methods creation on Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages