Skip to content

bermarte/IMDB-movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB movie search

For this week each of us is free to carry out some small project chosen (it could be a little tutorial or redoing the previous assignment, for example), in couple or individually; a bit like we did for the Wes bos's project. At the end we will put them together in the group issue.

I decided to follow this tutorial whch is available also on GitHub: here you can find the code for the backend and here the frontend.

Build a Web Scraper with Node.js and cheerio - IMDB Movie Search

Use the IDMB Movie Website to scrape information used to build a basic REST API server, then build a simple front-end to interact with the server.

Steps
Set up server folder
Parsing HTML with cheerio

Start using express

Building an API in express
Create Frontend in Vanilla JS

How to run the project

  • install the dependencies npm install
  • run the server for the back-end npm run start
  • run the server for the front-end npm run client

Screenshot

screenshot

Built With