Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Latest commit

 

History

History
81 lines (61 loc) · 2.71 KB

File metadata and controls

81 lines (61 loc) · 2.71 KB

Project moved to popcorn-env

logo
Scraper


Projects

Popcorn Time consists of several projects, each doing it's own part.

Project Description
@pct-org/getting-started Explains how to get started with this setup
@pct-org/graphql-api Serves the data to the clients from the MongoDB database
@pct-org/scraper Scrapes everything and saves it to MongoDB database
@pct-org/mongo-models Models used for MongoDB and GraphQL object types
@pct-org/native-app React Native App
@pct-org/updater Updater that automatically updates the projects

Installation

$ yarn install

Running the scraper

Requirements

  • Make sure MongoDB is running, for Mac users see @pct-org/getting-started repo for the docker-compose file.
  • Copy the .env.example file and fill it in

Development

$ yarn start:dev

Production

$ yarn build
$ yarn start

Contributing:

Please see the contributing guide.

Issues

File a bug against pct-org/getting-started prefixed with [scraper].

This project is MIT licensed.