coders-camp-2021-best-team / web-development-basics

Project done due to the CodersCamp2021 first module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodersCamp2021 Movie App

This project was made due to the CodersCamp2021

You can read full documentation under this link

Application demo is available here

Project Setup

  1. Go to IMDb API Website, create an account and get your API Key.
  2. Copy .env.example to .env and setup enviromental variables:
    1. paste your API Key into API_SECRET_KEY env variable
    2. set USE_API env variable:
      1. if equal true - application will call the API if the data was not found in the cache, it will download requests for you to add into cache
      2. if equal false or any other value - application won't ever call the API even if the data was not found in the cache, it will throw an error

About

Project done due to the CodersCamp2021 first module


Languages

Language:JavaScript 66.8%Language:SCSS 31.5%Language:HTML 1.4%Language:Shell 0.2%