search-movies is a movie search engine. Its operation focuses on making requests to the api of themoviedb for obtaining the data
You need:
- Clone repository
- run npm install
- Create an .env file outside the src folder and place the API_KEY of https://www.themoviedb.org
- run npm start and enjoy!!