Blog API using Django Rest Framework (DRF)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
delete blog functionality i.e. delete method added
00852beView on GitHubfetching/getting all the blog created by the specific user.
0d5b3f4View on GitHubnew blog created successfully after adding authentication
aa312f8View on GitHubLoginView created for login to the user using jwt authentication
60d8777View on GitHubaccount startapp created;inside that app, serializers.py file created and RegisterSerializer class created.
9b43b6dView on GitHubsetup for Blog API; venv created and project created
69d3f22View on GitHub