Building-APIS-with-DRF This is source code for a series of videos in which I cover the Django REST Framework. Playlist is here 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