Skip to content

ajayececit/djangoAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

djangoAssignment

APIs: Add users : http://localhost:8000/addusers/ Remove Users : http://localhost:8000/removeuser/{id} Show users : http://localhost:8000/api/user/ sort by last name : http://localhost:8000/api/sortlastname/ sort by first name : http://localhost:8000/api/sortfirstname/

Response:

Once the user has been added in the Entry will be getting Entry added response, If the user is already present in the DB, it will give a error message as "Already Present"

Pagination limit

I have set the pagination limit as 2, and 2 entry can be viewed in table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published