https://github.com/arslanstack/django-api-crud
Blogs CRUD with JWT auth in Django Rest Framework
https://github.com/arslanstack/django-api-crud
crud-api django-rest-framework drf jwt-authentication rest-api
Last synced: 12 months ago
JSON representation
Blogs CRUD with JWT auth in Django Rest Framework
- Host: GitHub
- URL: https://github.com/arslanstack/django-api-crud
- Owner: arslanstack
- Created: 2024-04-15T13:27:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:31:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T02:28:38.303Z (about 1 year ago)
- Topics: crud-api, django-rest-framework, drf, jwt-authentication, rest-api
- Language: Python
- Homepage: https://drfs.arslanstack.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API CRUD with Django Rest Framework
# Environments
| Environment | URL | Branch |
| :---------- | :-- | :----- |
| Development | https://drfs.arslanstack.com/ | `main` |
# Features
- RESTful API CRUD for Blogs
- JWT State-less Authentication
# Technologies
- Django
- Django Rest Framework
- SQLite
- WhiteNoise
- Slugify
# Setup
```sh
$ git clone https://github.com/arslanstack/django-api-crud.git
$ cd django-api-crud
$ venv/bin/activate
$ pip install -r requirements.txt
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver
```
# API Endpoints
| URL | Description |
| :-- | :---------- |
| /api/user/ | For Authentication and Profile Management |
| /api/blogs/ | For Blogs CRUD |
# Author
- Muhammad Arslan <