An awesome EveryMovie project
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is the project made for an interview. This app will list all your favorite movies and will provide you more infos.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Get a free API Key at https://developer.themoviedb.org/reference/intro/getting-started
-
Clone the repo
git clone https://github.com/your_username_/Project-Name.git
-
Install NPM packages
npm install
-
Install angular cli in BASH TERMINAL
npm install -g @angular/cli
- Enter your API in
..\Movieapp\movie-app\src\app\service\movie-api-service.service.ts
apikey = 'ENTER YOUR API';
How to start the app? In bash terminal write following lines
CD movie-app
cd movie-app
Open a localhost serve
ng open --serve
If the you get "Command 'ng' not found"
sudo apt install ng-common
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!