Skip to content

crisgrim/python-django-hero-api-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-django-hero-api-rest

This is a repository with my first API with Python and Django Rest Framework.

This API allows all the following methods:

  • GET - All heroes

  • GET - A hero by id

  • POST - Create a new hero

  • PATCH - Edit a hero (partially)

  • PUT - Edit a hero (whole)

  • DELETE - A hero by id

This is the collection that I use to test it on Postman.

Useful information

/application In this folder I included all my application files.

/apihero Here you will find all the configuration regarding my hero API. Models, Serializers, Views, ...

/project Her you will find all the configuration of my Django project. Settings, URLs configuration, ...

About

This is a repository with my first API with Python and Django Rest Framework.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages