Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgoujon committed Nov 12, 2024
1 parent 12a5ecf commit 202a2d6
Show file tree
Hide file tree
Showing 5,805 changed files with 9,339 additions and 696,712 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:10-buster

WORKDIR /app

COPY . /app

RUN npm ci

CMD npm run start
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# dexterafrance

Lists upcoming events from french right-wing medias

## Dependencies

- Docker (with compose plugin)

## Starting up

```bash
docker compose up -d
```

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

Start with mongoadmin
```bash
docker compose -f docker-compose.yml -f docker-compose.dev.yml
```

## Run database seeds

```bash
docker compose exec app node updatedb.js
```

Additionally, create a cron job to apply further changes

```bash
0 1 * * * cd <PATH_TO_PROJECT> ; docker compose exec app node updatedb.js
```
8 changes: 0 additions & 8 deletions app.json

This file was deleted.

Binary file removed archive/133457162.jpg
Binary file not shown.
Binary file removed archive/Action Française.png
Binary file not shown.
Binary file removed archive/Cartographie copie.png
Binary file not shown.
Binary file removed archive/Cartographie.jpg
Binary file not shown.
Binary file removed archive/Cartographie.png
Binary file not shown.
Binary file removed archive/Ensy7j9YnxE.jpg
Binary file not shown.
63 changes: 0 additions & 63 deletions archive/Logo/SVG/56586721.svg

This file was deleted.

63 changes: 0 additions & 63 deletions archive/Logo/SVG/favicon.svg

This file was deleted.

64 changes: 0 additions & 64 deletions archive/Logo/SVG/fond noir.svg

This file was deleted.

Loading

0 comments on commit 202a2d6

Please sign in to comment.