Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwinmoehein/movies-review
movies and series review website with admin panel
https://github.com/lwinmoehein/movies-review
laravel php
Last synced: 2 days ago
JSON representation
movies and series review website with admin panel
- Host: GitHub
- URL: https://github.com/lwinmoehein/movies-review
- Owner: lwinmoehein
- Created: 2021-04-28T23:39:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T09:33:59.000Z (about 1 year ago)
- Last Synced: 2024-04-18T03:19:37.272Z (10 months ago)
- Topics: laravel, php
- Language: PHP
- Homepage:
- Size: 18.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies Seller Website ( with admin panel )
> Laravel with bladeA movies review website with admin panel.
## Functions In User App
- Browse Movies , Series and read reviews , compatible for both mobile and desktop.
- Order favorite items(movie,serie) after registering an account.## User Functions Demos
### -movies list (mobile)
### -movies list (desktop)
### -movie item detail
### -added to cart
### -view cart items
## Functions In Admin-Panel App
- Manage Tags,Categories,Years
- Add new movies,Update Movies
- Add new series,Update Series
- Browse current registered users## Admin Panel Function Deoms
### manage movies
# how to run this site on your own machine
1. clone this repository from a terminal or download it as zip
2. cd into cloned project folder
3. composer install to get dependencies to vender folder
4. cp .env.example .env
5. update your own database credentials (mysql recommended)
6. php artisan storage:link (for image upload,access)
7. php artisan key:generate
8. php artisan serve## License
Lincensed under the [MIT license](https://opensource.org/licenses/MIT).