Skip to content

Cinemaze is a simple web app built with The Movie DB API + Angular 17 + Tailwind CSS.

Notifications You must be signed in to change notification settings

ewacuna/cinemaze

Repository files navigation

Cinemaze logo

Cinemaze

Overview

Cinemaze (Movies | TV Shows) is a simple web app that consumes The Movie DB API, it can show you interesting data about popular movies and series.

This project was generated with Angular CLI version 17.1.0.

Technologies Used

Development Server

Head over to https://developer.themoviedb.org and create a new API key. Edit the environment.ts file with your Movie DB API as follows:

theMovieDBAPIKey: 'your-movie-db-api-key'

Run npm install and then npm run dev for a dev server. Navigate to http://localhost:5100/. The application will automatically reload if you change any of the source files.