Developed an API for the LittleLemon Restaurant for reservation management and other functions, implementing token-based authentication, throttling, and pagination to ensure secure and efficient API usage. The API supports multiple response formats, including JSON and XML. Additionally, I integrated the Django Debug Toolbar for easy debugging
Stars
17
Forks
0
Watchers
17
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Merge branch 'main' of https://github.com/semilogopaul/littlelemon
46ec5deView on GitHubimplemented throttling, pagination and integrated the django debug toolbar feature
21b284dView on GitHubMerge branch 'main' of https://github.com/semilogopaul/littlelemon
932106fView on GitHubRemoved ignored files from tracking and update .gitignore
5af0f54View on GitHubadded test cases for unit testing of the views and models
f2467f6View on GitHubadded serializers for the model and created apis for booking and menu
6965f3fView on GitHub