Skip to content

amikoreh/django-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-rest-api

A Django (Python) REST API using Django REST framework

##commands:

  • virtualenv -p /usr/local/bin/python3 venv
  • source venv/bin/activate
  • pip install Django
  • touch requirements.txt
  • pip freeze > requirements.txt
  • django-admin startproject djangorest
  • pip install djangorestframework
  • python3 manage.py startapp api
  • python3 manage.py test
  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py runserver

####Visit http://localhost:8000/bucketlists/ after runserver.

About

Django REST API framework demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages