https://github.com/spiderxm/blog_rest_api
Rest Api for Various functionality of Blogs
https://github.com/spiderxm/blog_rest_api
django django-rest-framework sqlite
Last synced: 27 days ago
JSON representation
Rest Api for Various functionality of Blogs
- Host: GitHub
- URL: https://github.com/spiderxm/blog_rest_api
- Owner: spiderxm
- Created: 2020-10-10T09:48:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T16:40:19.000Z (over 5 years ago)
- Last Synced: 2025-04-11T21:44:18.967Z (about 1 year ago)
- Topics: django, django-rest-framework, sqlite
- Language: Python
- Homepage:
- Size: 9.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Rest API - Made with Django Rest Framework
## Various Features
### Users (CRUD functionality)
### Blogs (CRUD functionality)
### Comments (CRUD functionality)
### Tags for Blog (create, read and attach tags to blog)
### External Links for Blog (CRUD functionality)
### Image Urls for Blog (CRUD functionality)
### Obtain auth token to access various routes of application