Skip to content

Movie database to practice webscraping, node and React

Notifications You must be signed in to change notification settings

facosta0787/movies-database

Repository files navigation

Movies Database

All Contributors

This is a project for practicing with GraphQL and also with cheerio lib which is a lib for web-scraping.

This project makes a scraping of Cuevana 2 Español, and creates and database with the got data, and this data can be consumed using GraphQL.

Running

  1. Installing dependencies
npm install or yarn
  1. Scraping the movies
npm run scrape or yarn scrape
  1. Running the project
npm start or yarn start

You can also run the project in development mode so you can play with the GraphiQl, a playground for GraphQL

npm run dev

Stack Used

  • Node
  • Cheerio
  • Express
  • GraphQL
  • Sequelize
  • SQLite

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Felipe Acosta
Felipe Acosta

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Movie database to practice webscraping, node and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published