Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newtonmunene99/angular-mini-netflix
Google Africa Developer Scholarship mini netflix challenge
https://github.com/newtonmunene99/angular-mini-netflix
andela-alc-challenge angular angular8 gads googleafricadeveloperscholarship netflix
Last synced: 28 days ago
JSON representation
Google Africa Developer Scholarship mini netflix challenge
- Host: GitHub
- URL: https://github.com/newtonmunene99/angular-mini-netflix
- Owner: newtonmunene99
- Created: 2019-10-16T16:21:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:44:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T03:54:15.543Z (9 months ago)
- Topics: andela-alc-challenge, angular, angular8, gads, googleafricadeveloperscholarship, netflix
- Language: TypeScript
- Homepage: https://angular-mini-netflix.netlify.com/
- Size: 2.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularMiniNetflix
[https://angular-mini-netflix.netlify.com/](https://angular-mini-netflix.netlify.com/)
## Prereq
1. Create a new firebase project and replace the values in `src/environments/environment.copy.ts` and `src/environments/environment.prod.copy.ts` with your own.
2. Remove *.copy* from both files so that it's `src/environments/environment.ts` and `src/environments/environment.prod.ts`
3. Get your own api key from [The Movie Db](https://www.themoviedb.org/settings/api) and replace the one in `src/app/services/movie.service.ts`### To run locally
1. Clone this repo
2. cd into the repo
3. run `npm i`
4. run `ng serve --open=true`