Source code of bechdel.hoa.ro.
This project is built with VueJS, amChart and Bootstrap.
In order to make it running, you need to build your movie database.
- Configure TMDB and OMDB API keys in
config.js
(copy the dist file fromconfig.js.dist
). yarn install
- Run
update.sh
, it'll build a full JSON DB insrc/assets/data
and a lighter version for statistics usage.
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.