peteleco / movies
This package is abandoned and no longer maintained.
No replacement package was suggested.
Custom module for magento 2.
Package info
github.com/peteleco/magento-backend-movies-sample
Type:magento2-module
pkg:composer/peteleco/movies
3.0.0
2020-06-19 19:50 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
This package is not auto-updated.
Last update: 2022-02-13 06:33:02 UTC
README
You need to develop a Magento 2 Module that will add the following features:
The site owner can do ( admin ):
- Add a new movie to the catalog
- Edit a movie on the catalog
- Remove a movie from the catalog
- See the top 10 favorites movie
The users on website can:
- Search for a movie by catalog title
- See a movie detail
- Mark the movie as one of the favorites
Module Details:
- As the movie repository, you should use this open API: https://developers.themoviedb.org/3/getting-started/introduction
- The module should allow be installed via composer
Source Code Details:
- Please add a textfile development.txt explaining your solutions and the points you think are necessary
- Create a branch with your code and add a Pull Request to the repository