Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Movies Seller Website ( with admin panel )
> Laravel with blade

A 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).