MOVIE-BOSS
Install dependencies:
npm i
Run tests:
npm run test
First, run the development server:
npm run dev
# or
yarn dev
Go to your browser and type the url localhost:3000.
Search for movies by keyword and year. To be able to search for tv shows, clone the repo and add query by tv show. You can also expand it to query by genre, votes etc. Feel free to use the codebase.