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.
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
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'
}