Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eoguvo/devflix
- Owner: eoguvo
- Created: 2021-04-17T18:39:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T19:02:30.000Z (almost 4 years ago)
- Last Synced: 2024-11-23T04:31:14.474Z (2 months ago)
- Topics: angular, netflix, tmdb
- Language: TypeScript
- Homepage: https://gustavo-henrique-br.github.io/Devflix/
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
π§ 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/)