Skip to content

lennhv/movies-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOVIES API

A django REST API using

  • DRF (Django Rest Framework)

    DRF is an amazing library for creating REST APIs in an easy way and it is also well documented, I think it is the most popular and you can configure and customize many things to suit your needs.

    Generic views and predefined serializers boost your productivity cutting the coding time.

  • drf-yasg (Yet another Swagger generator)

    Documenting an API can be a difficult task, but using drf-yasg it becomes a configuration, basically you only need to configure the view to show the documentation and the URLs where they will be accessed. Obviusly you could customize more thing but basic configuration rocks

Documentation

Movies Live API documentation

TEST USER

user: test
password: pruebas123

About

API for movies (challenge)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published