Skip to content

alok5253/imdbdjangoboys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created a RESTful API for movies(something similar to IMDB). For this I use:

  1. MySql to store data,
  2. Django for api.

There need to be 2 levels of access: admin = who can add, remove or edit movies. users = who can just view the movies.

  1. Admin on login can entered data into the database in valid json format as given:

{ "99popularity": 83.0, "director": "Victor Fleming", "genre": [ "Adventure", " Family", " Fantasy", " Musical" ], "imdb_score": 8.3, "name": "The Wizard of Oz" }

  1. He/She can Get, Delete and Update a specific movie details into the database in valid json format as given:

{ "99popularity": 76.0, "director": "Victor Fleming Jr.", "genre": [ "Adventure", " Family", " Genre2", " Musical", "Genre1" ], "imdb_score": 7.6, "name": "The Wizard of Oz 2" }

  1. Users can only view the list of movies or a specific movie details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages