Skip to content

asharma8602/Microsoft-Engage-App

Repository files navigation

Microsoft Engage App


Microsoft Engage App

About The Project

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Install latest version of npm

  • npm
    npm install npm@latest -g

Installation

  1. Clone the project
    git clone https://github.com/asharma8602/Microsoft-Engage-App
  2. Go to project directory and Install NPM packages
    npm install
  3. Create a .env.local file
  4. Request an API key from TMDB and add it to .env.local file
    NEXT_PUBLIC_TMDB_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  5. Start the application
    npm run dev