Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 552 Bytes

dexterafrance

Lists upcoming events from french right-wing medias

Dependencies

  • Docker (with compose plugin)

Starting up

docker compose up -d 

Application should be available at http://127.0.0.1:5001/

Start with mongoadmin

docker compose -f docker-compose.yml -f docker-compose.dev.yml

Run database seeds

docker compose exec app node updatedb.js

Additionally, create a cron job to apply further changes

0 1 * * * cd <PATH_TO_PROJECT> ; docker compose exec app node updatedb.js