drf-api
drf-api copied to clipboard
An introduction to building an API with Django and the Django Rest Framework
The Definitive Django Learning Platform.
Build an API with Django
This project is for beginners to get started with the Django Rest Framework for building API's with Django
Run the following commands to get started:
virtualenv env
pip install -r requirements.txt
python manage.py runserver