Skip to content

Movie App made as an practice task for an interview.

Notifications You must be signed in to change notification settings

D4nutz/Movieapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation


Logo

EveryMovie-Readme

An awesome EveryMovie project
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is the project made for an interview. This app will list all your favorite movies and will provide you more infos.

(back to top)

Built With

  • HTML
  • CSS
  • JS
  • TS
  • Node
  • Angular

(back to top)

Getting Started

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.

Prerequisites

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

Installation

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.

  1. Get a free API Key at https://developer.themoviedb.org/reference/intro/getting-started

  2. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages

    npm install
  4. Install angular cli in BASH TERMINAL

npm install -g @angular/cli
  1. Enter your API in ..\Movieapp\movie-app\src\app\service\movie-api-service.service.ts
     apikey =  'ENTER YOUR API';

(back to top)

Usage

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

(back to top)

Acknowledgments

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!

(back to top)

About

Movie App made as an practice task for an interview.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published