https://github.com/justdjango/drf-api
An introduction to building an API with Django and the Django Rest Framework
https://github.com/justdjango/drf-api
Last synced: 11 days ago
JSON representation
An introduction to building an API with Django and the Django Rest Framework
- Host: GitHub
- URL: https://github.com/justdjango/drf-api
- Owner: justdjango
- Created: 2019-10-13T10:32:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:38:40.000Z (about 2 years ago)
- Last Synced: 2025-04-05T13:04:11.423Z (about 1 month ago)
- Language: Python
- Size: 166 KB
- Stars: 43
- Watchers: 1
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
```json
virtualenv env
pip install -r requirements.txt
python manage.py runserver
```---