Skip to content

x64x6a/django-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST framework Example

Here's a simple example that utilizes Django REST framework.

To get it running:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

The API can be reached at http://127.0.0.1:8000/api/cars

New users can be created within the Django admin page: http://127.0.0.1:8000/admin/auth/user/

About

Example of using the Django REST framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages