Install the dependencies.
npm installSetup database.
docker-compose upAdd .env file to /backend folder and fill with:
MOVIE_DB_API_KEY = <YOUR MOVIE DATABASE API KEY>For more information about the API: (https://developer.themoviedb.org/docs/getting-started)
run backend and frontend
cd backend
npm run startcd frontend
npm run start