Technologies Used • Python 3.8 • Django 3.1.7 • Django Rest framework 3.12.2 • Pythonanywhere (backend deployment) • Mysql (Database) Allowed HTTPs request: o PUT : To create resource o POST : Update resource o GET : Get a resource or list of resources o DELETE : To delete resource Deployment link abhijeetkr0202.pythonanywhere.com Restful API • Create new user POST abhijeetkr0202.pythonanywhere.com • Get all users GET abhijeetkr0202.pythonanywhere.com • Get a particular user based on user_id GET abhijeetkr0202.pythonanywhere.com/user_id/info • Modify user details based on user_id PUT abhijeetkr0202.pythonanywhere.com/user_id/info • Delete a user DELETE abhijeetkr0202.pythonanywhere.com//info • Export all user details to CSV GET abhijeetkr0202.pythonanywhere.com/export Description Of Usual Server Responses: • 200 OK - the request was successful (some API calls may return 201 instead). • 201 Created - the request was successful and a resource was created. • 204 No Content - the request was successful but there is no representation to return • 400 Bad Request - the request could not be understood or was missing required parameters. • 403 Forbidden - access denied. • 404 Not Found - resource was not found. • 405 Method Not Allowed - requested method is not supported for resource. Model [Userdata] fields • Id • Name • Age • Contact • Address
-
Notifications
You must be signed in to change notification settings - Fork 0
abhijeetkr0202/FliprIndustry
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Flipr Industry Server Backend using Django
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published