Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eoguvo/devflix

A clone of Netflix using Angular and The Movie Database
https://github.com/eoguvo/devflix

angular netflix tmdb

Last synced: 2 days ago
JSON representation

A clone of Netflix using Angular and The Movie Database

Awesome Lists containing this project

README

        


header Devflix



author - Gustavo Henrique

GitHub stars



language - PortuguΓͺs


πŸŽ₯ Devflix πŸŽ₯


A clone of
Netflix using Angular and The Movie Database




🚧 Devflix 0.1 πŸš€ under construction... 🚧


Table of contents
=================

* [Running](#rodando)
* How to use
* [Prerequisites](#pre-requisitos)
* [Installing](#install)
* [Techs](#techs)


🎲 Running



Prerequisites


> Before start, you need have installed in your machine:
[Git](https://git-scm.com), [Node.js (npm)](https://nodejs.org/en/).
> In addition, it is good to have an editor to work on the code, such as [VSCode](https://code.visualstudio.com/).



follow those steps to install:


```bash
# clone the repository in your machine
$ git clone https://github.com/Gustavo-Henrique-br/Devflix.git

# Install the dependencies:
$ yarn
# or
$ npm install

# Running in watch mode
$ yarn start
# or
$ npm run start

# Just building
$ yarn build
# or
$ npm run build
```


πŸ›  Technologies


- [Angular](https://angular.io/)
- [ngu-carousel](https://github.com/uiuniversal/ngu-carousel)
- [TMDB API](https://www.themoviedb.org/)