/tech-challenge-react-node-omdb

Tech Challenge OMDB API - React + Node + Redis

Primary LanguageTypeScript

CICERO OLIVEIRA - TECH CHALLENGE OMDB API - REACT + NODE + REDIS

Installing dependencies

Enter in folders backend and frontend and run the command below to install all dependencies in each project

yarn install

Run Docker Composer File on Root Folder to Build Containers to Backend and Frontend

docker-compose up --build

The application will be avaible on PORT 3000 by default.

Test the application on your Browser

Navigate to the browser and test on: http://localhost:3000