API for the MovieX project.
To start a database with data:
npm run seed
- Scrape by top movies on IMDB.
npm run scrape:top horror
- Scrape using saved movies information in a file.
npm run scrape:top file <genre>
for a file called horror.txt
:
npm run scrape:top file horror