Skip to content

DaniValero/movieflix

Repository files navigation

Movieflix

App that displays movies and series and allows you to keep track of your favorite ones. It supports 5 languages and the creation of different users and admins, protected route implementation, personal user profile page among other features.

Built using Angular and PrimeNg.

Screenshots

Recent popular movies

image

Search by genre

image

Movie detail example

image

Serie detail example

image

User profile view

image

Getting Started

To get started with this project, you can follow the steps below:

  • Clone the repository to your local machine.
  • Install the dependencies by running on both folders
  npm install
  • To start the server run
  npm run backend
  • To start the client run
  npm start

Environment Variables

You will need to add the following environment variables to your environments.ts file

export const environments = {
  baseURL: 'http://localhost:4200',
  apiToken: 'Your_personal_MovieDB_Token'
  backendUrl: 'http://localhost:3000'
}

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published