An open API service indexing awesome lists of open source software.

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.

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
```