Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1023 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 1023 Bytes

Bechdel Test Statistics

Source code of bechdel.hoa.ro.

Data sources

Development

This project is built with VueJS, amChart and Bootstrap.

How to

In order to make it running, you need to build your movie database.

  1. Configure TMDB and OMDB API keys in config.js (copy the dist file from config.js.dist).
  2. yarn install
  3. Run update.sh, it'll build a full JSON DB in src/assets/data and a lighter version for statistics usage.

Run

In development mode, just run yarn run serve.

You can also build and run the provided Docker image, which includes a CRON task updating the data once a day.

License

MIT