/showtime-netflix-like__angular

A small netflix-like app using Angular, TypeScript, Bootstrap, Docker, and themoviedb (https://www.themoviedb.org/)

Primary LanguageTypeScript

🔌 Getting start

  1. Make sure that you have Node on your machine (LTS is recommended)
  2. First you need to install dependencies by using following command:
npm install

# OR

yarn

# OR

pnpm install
  1. This app needs an API Key from this website (sign up), please sign up and use your own API Key. For doing this, you need to change the .env.example to .env and put your API Key in the NG_APP_API_KEY.

  2. To run the app on development mode, you can use one of the commands below:

npm start

# OR

yarn start

# OR

pnpm start

📝 Change Log

In the change-log.md you can find the all information about the creation cycle. By click on the file name, you will redirect to that file to see the structure of that file.


🚢 Deploy with SSR mode

If you want to use Docker to deploy on SSR mode on VPS, you can use this command:

docker-compose up

🚩 NVM

On Mac OS or Linux, you can use command below to install the exact node version which is used to create this app.

nvm use

🎬 Preview

Showtime Preview