Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusolivesilva/quikdev-flix
Simple system that list trending movies
https://github.com/matheusolivesilva/quikdev-flix
Last synced: about 1 month ago
JSON representation
Simple system that list trending movies
- Host: GitHub
- URL: https://github.com/matheusolivesilva/quikdev-flix
- Owner: matheusolivesilva
- Created: 2020-08-30T02:40:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T16:52:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-21T01:39:13.277Z (almost 2 years ago)
- Language: PHP
- Size: 33.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# QuikDevFlix
This simple software was created as a part of selection process at [QuikDev](http://www.quikdev.com.br/). It shows trending movies from [The Movie Database](https://www.themoviedb.org/).## Features
The QuikDevFlix show infos of a movie, it's possible to search by name or filter by a category.
![QuickDevFlix Demo](demo.gif)## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.### Prerequisites
What things you need to do to run the software:* PHP 7.3 or greater
* Composer 1.9.0
* Laravel Framework Lumen (7.2.1) (Laravel Components ^7.0)### Installing and using
Follow the steps bellow to install and use the QuikDevFlix software:1. Clone this repo with:
```bash
git clone https://github.com/matheusolivesilva/quik-dev-flix.git
```
2. Open terminal in api directory, then download the dependencies running:
```bash
composer install
```
3. Still inside api directory, let the API online with:
```bash
php -S localhost:typehereyourport -t public/
```
4. Back to the web directory, and inside it run
```bash
php -S localhost:typehereyourport
```
5. Still inside web directory, open the file config.php and there, enter the host used in step 4 and 56. Now you can access the QuikDevFlix, enter with the host informed in the step 4
## Built With
* Lumen Framework
* VS Code with VIM extension
* PHP 7
* Gitflow
* Composer## Author
*Matheus Oliveira da Silva* - [Github](https://github.com/matheusolivesilva) | [Linkedin](https://www.linkedin.com/in/matheusoliveirasilva/)