To run the project, create an account on https://developers.themoviedb.org/3/getting-started/introduction.
- When cloning the project, create a file with the name '.env' inside the 'app-back' folder.
- Write in this file: 'API_KEY:<<api_key>>' where <<api_key>> refers to the API Read Access Token (v4 auth) that you are given after creating your account in The Movie Data Base.
- In the root folder of the project, run the command 'npm install' in the command terminal.
- Go to the 'app-back' folder of the project and run the command 'npm install' again in the command terminal.
- From there, go to the 'front' folder of the project and run the 'npm install' command again in the command terminal.
- In the 'app-back' folder start the back-end with the command 'npm start'.
- In the 'front' folder, start the front-end with the command 'npm start'.
- Open the address 'localhost:3000' and test the web page.
Para correr el proyecto se debe crear una cuenta en https://developers.themoviedb.org/3/getting-started/introduction
- Cuando se clone el proyecto, crear un archivo con el nombre de '.env' dentro de la carpeta 'app-back'.
- Escribir en este archivo: 'API_KEY:<<api_key>>' en donde <<api_key>> se refiere al API Read Access Token (v4 auth) que se le otorga luego de crear la cuenta en The Movie Data Base.
- En la carpeta raiz del proyecto, correr el comando 'npm install' en la terminal de comandos.
- Entrar a la carpeta 'app-back' del proyecto y correr nuevamente el comando 'npm install' en la terminal de comandos.
- Entrar desde ahí a la carpeta 'front' del proyecto y correr nuevamente el comando 'npm install' en la terminal de comandos.
- Estando en la carpeta 'app-back' iniciar el back-end con el comando 'npm start'
- Estando en la carpeta 'front' iniciar el front-end con el comando 'npm start'
- Abrir la dirección 'localhost:3000' y probar la pagina web.