https://github.com/jod35/building-apis-with-drf
This is source code for a series of videos in which I cover the Django REST Framework.
https://github.com/jod35/building-apis-with-drf
apidev django djangorestframework jwt
Last synced: 2 months ago
JSON representation
This is source code for a series of videos in which I cover the Django REST Framework.
- Host: GitHub
- URL: https://github.com/jod35/building-apis-with-drf
- Owner: jod35
- Created: 2022-05-14T16:16:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T17:57:14.000Z (about 3 years ago)
- Last Synced: 2025-04-01T17:22:41.305Z (3 months ago)
- Topics: apidev, django, djangorestframework, jwt
- Language: Python
- Homepage: https://youtube.com/playlist?list=PLEt8Tae2spYlosWRH9JDpKNxzb3bSOJGx
- Size: 43.9 KB
- Stars: 44
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building-APIS-with-DRF
This is source code for a series of videos in which I cover the Django REST Framework.[Playlist is here](https://https://www.youtube.com/playlist?list=PLEt8Tae2spYlosWRH9JDpKNxzb3bSOJGx)
## How to run this project
### 1. Clone the project
```
git clone https://github.com/jod35/Building-APIS-with-DRF
cd Building-APIS-with-DRF
```
### 2. Installing the project requirements
```
pip install -r requirements.txt
```
### 3. Running the project
```
python manage.py runserver
```