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