Skip to content

awaistkd/django-rest-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework Example

An example API build using Django REST Framework

Requirements:

  • docker
  • docker compose

Run with:

$ docker-compose up

Note: Run migrations and create superusers inside the running container.

$ docker-compose run api /app/api/manage.py migrate
$ docker-compose run api /app/api/manage.py createsuperuser

About

Example API created using Django REST framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published