Skip to content

justicenyaga/vidly_api_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidly Api Django

This is a simple rental movie api. A clone of the vidly-api-node

  • The api has the following endpoints:
Endpoint Method
/api/genres GET
/api/movies GET
/api/movies/new/ POST
/api/movies/{movie_id} GET
/api/movies/{movie_id}/update/ PUT
/api/movies/{movie_id}/delete/ DELETE
/api/users/login/ POST
/api/users/register/ POST